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.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
- Author:
- Vincent Massol
- See Also:
- ServletContext
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterConfigWrapper
public FilterConfigWrapper(FilterConfig theOriginalConfig)
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.