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

java.lang.Object
  extended by org.apache.felix.http.base.internal.dispatch.FilterPipeline

public final class FilterPipeline
extends Object


Constructor Summary
FilterPipeline(FilterHandler[] handlers, ServletPipeline servletPipeline)
           
 
Method Summary
 void dispatch(HttpServletRequest req, HttpServletResponse res, javax.servlet.FilterChain proceedingChain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterPipeline

public FilterPipeline(FilterHandler[] handlers,
                      ServletPipeline servletPipeline)
Method Detail

dispatch

public void dispatch(HttpServletRequest req,
                     HttpServletResponse res,
                     javax.servlet.FilterChain proceedingChain)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


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