org.mycore.frontend.filter
Class MCRWebAppBaseFilter

java.lang.Object
  extended by org.mycore.frontend.filter.MCRWebAppBaseFilter
All Implemented Interfaces:
Filter

public class MCRWebAppBaseFilter
extends Object
implements Filter


Constructor Summary
MCRWebAppBaseFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
           
 void init(FilterConfig arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCRWebAppBaseFilter

public MCRWebAppBaseFilter()
Method Detail

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

init

public void init(FilterConfig arg0)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException