org.apache.felix.http.base.internal.dispatch
Class HttpFilterChain
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpFilterChain
public HttpFilterChain()
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 © 2013 The Apache Software Foundation. All Rights Reserved.