org.apache.felix.http.base.internal.dispatch
Class HttpFilterChain

java.lang.Object
  extended by org.apache.felix.http.base.internal.dispatch.HttpFilterChain
All Implemented Interfaces:
javax.servlet.FilterChain
Direct Known Subclasses:
InvocationFilterChain, NotFoundFilterChain

public abstract class HttpFilterChain
extends Object
implements javax.servlet.FilterChain


Constructor Summary
HttpFilterChain()
           
 
Method Summary
protected abstract  void doFilter(HttpServletRequest req, HttpServletResponse res)
           
 void doFilter(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpFilterChain

public HttpFilterChain()
Method Detail

doFilter

public final void doFilter(ServletRequest req,
                           ServletResponse res)
                    throws IOException,
                           ServletException
Specified by:
doFilter in interface javax.servlet.FilterChain
Throws:
IOException
ServletException

doFilter

protected abstract void doFilter(HttpServletRequest req,
                                 HttpServletResponse res)
                          throws IOException,
                                 ServletException
Throws:
IOException
ServletException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.