org.apache.myfaces.orchestra.lib
Class _NullFilter

java.lang.Object
  extended by org.apache.myfaces.orchestra.lib._NullFilter
All Implemented Interfaces:
javax.servlet.Filter

public final class _NullFilter
extends java.lang.Object
implements javax.servlet.Filter

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

Since:
1.1

Constructor Summary
_NullFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, javax.servlet.FilterChain filterChain)
           
 void init(javax.servlet.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(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

public void doFilter(javax.servlet.ServletRequest servletRequest,
                     javax.servlet.ServletResponse servletResponse,
                     javax.servlet.FilterChain filterChain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
doFilter in interface javax.servlet.Filter
Throws:
java.io.IOException
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter


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