public final class ServletPipeline
extends java.lang.Object
| Constructor and Description |
|---|
ServletPipeline(ServletHandler[] handlers) |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.RequestDispatcher |
getRequestDispatcher(java.lang.String path) |
boolean |
handle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
boolean |
hasServletsMapped() |
public ServletPipeline(ServletHandler[] handlers)
public boolean handle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletExceptionjava.io.IOExceptionpublic boolean hasServletsMapped()
public javax.servlet.RequestDispatcher getRequestDispatcher(java.lang.String path)
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.