org.apache.felix.http.base.internal.dispatch
Class InvocationFilterChain
java.lang.Object
org.apache.felix.http.base.internal.dispatch.HttpFilterChain
org.apache.felix.http.base.internal.dispatch.InvocationFilterChain
- All Implemented Interfaces:
- javax.servlet.FilterChain
public final class InvocationFilterChain
- extends HttpFilterChain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationFilterChain
public InvocationFilterChain(FilterHandler[] handlers,
ServletPipeline servletPipeline,
javax.servlet.FilterChain proceedingChain)
doFilter
protected void doFilter(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Specified by:
doFilter
in class HttpFilterChain
- Throws:
IOException
ServletException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.