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

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

public final class ServletPipeline
extends Object


Constructor Summary
ServletPipeline(ServletHandler[] handlers)
           
 
Method Summary
 RequestDispatcher getRequestDispatcher(String path)
           
 boolean handle(HttpServletRequest req, HttpServletResponse res)
           
 boolean hasServletsMapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletPipeline

public ServletPipeline(ServletHandler[] handlers)
Method Detail

handle

public boolean handle(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException

hasServletsMapped

public boolean hasServletsMapped()

getRequestDispatcher

public RequestDispatcher getRequestDispatcher(String path)


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