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

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

public final class InvocationFilterChain
extends HttpFilterChain


Constructor Summary
InvocationFilterChain(FilterHandler[] handlers, ServletPipeline servletPipeline, javax.servlet.FilterChain proceedingChain)
           
 
Method Summary
protected  void doFilter(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class org.apache.felix.http.base.internal.dispatch.HttpFilterChain
doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationFilterChain

public InvocationFilterChain(FilterHandler[] handlers,
                             ServletPipeline servletPipeline,
                             javax.servlet.FilterChain proceedingChain)
Method Detail

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.