com.opensymphony.webwork.plexus
Class PlexusFilter
java.lang.Object
com.opensymphony.webwork.plexus.PlexusFilter
- All Implemented Interfaces:
- Filter
public class PlexusFilter
- extends Object
- implements Filter
- Author:
- Patrick Lightbody (plightbo at gmail dot com)
Field Summary |
static boolean |
loaded
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loaded
public static boolean loaded
PlexusFilter
public PlexusFilter()
init
public void init(FilterConfig filterConfig)
throws ServletException
- Specified by:
init
in interface Filter
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Filter