org.apache.webbeans.samples.tomcat
Class MyFilter
java.lang.Object
org.apache.webbeans.samples.tomcat.MyFilter
- All Implemented Interfaces:
- Filter
public class MyFilter
- extends Object
- implements Filter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyFilter
public MyFilter()
destroy
public void destroy()
- Specified by:
destroy in interface Filter
doFilter
public void doFilter(ServletRequest arg0,
ServletResponse arg1,
FilterChain arg2)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException
init
public void init(FilterConfig arg0)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.