org.apache.myfaces.orchestra.lib
Class _NullFilter

java.lang.Object
  extended by org.apache.myfaces.orchestra.lib._NullFilter

public final class _NullFilter
extends java.lang.Object

A filter that does absolutely nothing. Can be used with the CompoundFilter.

Since:
1.1

Constructor Summary
_NullFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_NullFilter

public _NullFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest servletRequest,
                     ServletResponse servletResponse,
                     FilterChain filterChain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

destroy

public void destroy()


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.