org.apache.cactus.server
class FilterConfigWrapper

java.lang.Object
  |
  +--org.apache.cactus.server.FilterConfigWrapper
All Implemented Interfaces:
FilterConfig
Known Advisors:
LogAspect

public class FilterConfigWrapper
extends java.lang.Object
implements FilterConfig

Wrapper around FilterConfig which overrides the getServletContext() method to return our own wrapper around ServletContext.

Version:
$Id: FilterConfigWrapper.java,v 1.2 2002/04/14 10:35:44 vmassol Exp $
Author:
Vincent Massol
See Also:
ServletContext

Constructor Summary
FilterConfigWrapper(FilterConfig theOriginalConfig)
           
 
Method Summary
 String getFilterName()
           
 String getInitParameter(String theName)
           Affected by: LogAspect
 Enumeration getInitParameterNames()
           
 ServletContext getServletContext()
           
 void setFilterName(String theFilterName)
           Affected by: LogAspect
 void setInitParameter(String theName, String theValue)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterConfigWrapper

public FilterConfigWrapper(FilterConfig theOriginalConfig)
Method Detail

getFilterName

public String getFilterName()
Specified by:
getFilterName in interface FilterConfig

getInitParameter

public String getInitParameter(String theName)
Specified by:
getInitParameter in interface FilterConfig
Affected by:
around() in LogAspect.

getInitParameterNames

public Enumeration getInitParameterNames()
Specified by:
getInitParameterNames in interface FilterConfig

getServletContext

public ServletContext getServletContext()
Specified by:
getServletContext in interface FilterConfig

setFilterName

public void setFilterName(String theFilterName)
Affected by:
around() in LogAspect.

setInitParameter

public void setInitParameter(String theName,
                             String theValue)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.