public class Dispatcher extends Object implements RequestDispatcher
Modifier and Type | Field and Description |
---|---|
static String |
__FORWARD_PREFIX
Dispatch include attribute names
|
static String |
__INCLUDE_PREFIX
Dispatch include attribute names
|
ERROR_EXCEPTION, ERROR_EXCEPTION_TYPE, ERROR_MESSAGE, ERROR_REQUEST_URI, ERROR_SERVLET_NAME, ERROR_STATUS_CODE, FORWARD_CONTEXT_PATH, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH
Constructor and Description |
---|
Dispatcher(ContextHandler contextHandler,
HttpURI uri,
String pathInContext) |
Dispatcher(ContextHandler contextHandler,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
error(ServletRequest request,
ServletResponse response) |
void |
forward(ServletRequest request,
ServletResponse response) |
protected void |
forward(ServletRequest request,
ServletResponse response,
DispatcherType dispatch) |
void |
include(ServletRequest request,
ServletResponse response) |
void |
push(ServletRequest request)
Deprecated.
|
String |
toString() |
public static final String __INCLUDE_PREFIX
public static final String __FORWARD_PREFIX
public Dispatcher(ContextHandler contextHandler, HttpURI uri, String pathInContext)
public Dispatcher(ContextHandler contextHandler, String name) throws IllegalStateException
IllegalStateException
public void forward(ServletRequest request, ServletResponse response) throws ServletException, IOException
forward
in interface RequestDispatcher
ServletException
IOException
public void error(ServletRequest request, ServletResponse response) throws ServletException, IOException
ServletException
IOException
public void include(ServletRequest request, ServletResponse response) throws ServletException, IOException
include
in interface RequestDispatcher
ServletException
IOException
protected void forward(ServletRequest request, ServletResponse response, DispatcherType dispatch) throws ServletException, IOException
ServletException
IOException
@Deprecated public void push(ServletRequest request)
Copyright © 1995-2015 Webtide. All Rights Reserved.