org.apache.webbeans.samples.tomcat
Class MyFilter

java.lang.Object
  extended by org.apache.webbeans.samples.tomcat.MyFilter
All Implemented Interfaces:
Filter

public class MyFilter
extends Object
implements Filter


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

Constructor Detail

MyFilter

public MyFilter()
Method Detail

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.