|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.servlet.mvc.internal.RequestDispatcherWrapper
public final class RequestDispatcherWrapper
Request dispatcher wrapper for setting attributes (e.g. it).
| Field Summary |
|---|
| Fields inherited from interface javax.servlet.RequestDispatcher |
|---|
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 Summary | |
|---|---|
RequestDispatcherWrapper(javax.servlet.RequestDispatcher dispatcher,
String basePath,
HttpContext httpContext,
Viewable viewable)
Creates new RequestDispatcherWrapper responsible for setting request attributes and forwarding the processing to
the given dispatcher. |
|
| Method Summary | |
|---|---|
void |
forward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
void |
include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestDispatcherWrapper(javax.servlet.RequestDispatcher dispatcher,
String basePath,
HttpContext httpContext,
Viewable viewable)
RequestDispatcherWrapper responsible for setting request attributes and forwarding the processing to
the given dispatcher.
dispatcher - dispatcher processing the request after all the request attributes were set.basePath - base path of all JSP set to request attribute.httpContext - http context set to request attribute.viewable - viewable to obtain model and resolving class from.| Method Detail |
|---|
public void forward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
forward in interface javax.servlet.RequestDispatcherjavax.servlet.ServletException
IOException
public void include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
include in interface javax.servlet.RequestDispatcherjavax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||