org.mycore.frontend.filter
Class MCRWebAppBaseFilter
java.lang.Object
org.mycore.frontend.filter.MCRWebAppBaseFilter
- All Implemented Interfaces:
- Filter
public class MCRWebAppBaseFilter
- extends Object
- implements Filter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRWebAppBaseFilter
public MCRWebAppBaseFilter()
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