org.apache.cactus.server
class FilterTestRedirector
java.lang.Object
|
+--org.apache.cactus.server.FilterTestRedirector
- All Implemented Interfaces:
- Filter
- Known Advisors:
- LogAspect
- public class FilterTestRedirector
- extends java.lang.Object
- implements Filter
Generic Filter redirector that calls a test method on the server side.
- Version:
- $Id: FilterTestRedirector.java,v 1.3 2002/07/22 12:26:04 vmassol Exp $
- Author:
- Vincent Massol
- See Also:
FilterTestCaller
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterTestRedirector
public FilterTestRedirector()
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
doFilter
public void doFilter(ServletRequest theRequest,
ServletResponse theResponse,
FilterChain theFilterChain)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
doFilter
in interface Filter
Affected by: around() in LogAspect
.
getFilterConfig
public FilterConfig getFilterConfig()
init
public void init(FilterConfig theConfig)
- Specified by:
init
in interface Filter
Affected by: around() in LogAspect
.
setFilterConfig
public void setFilterConfig(FilterConfig theConfig)
Affected by: around() in LogAspect
.
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.