com.opensymphony.webwork.plexus
Class PlexusFilter

java.lang.Object
  extended by 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
           
 
Constructor Summary
PlexusFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loaded

public static boolean loaded
Constructor Detail

PlexusFilter

public PlexusFilter()
Method Detail

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

WebWork Project Page