Class DispatchedRequestDispatcher
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.DispatchedRequestDispatcher
- All Implemented Interfaces:
javax.servlet.RequestDispatcher
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
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_MAPPING, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_MAPPING, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDispatchedRequestDispatcher(javax.servlet.RequestDispatcher realDispatcher, String path) -
Method Summary
-
Constructor Details
-
DispatchedRequestDispatcher
-
-
Method Details
-
include
public void include(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, IOException - Specified by:
includein interfacejavax.servlet.RequestDispatcher- Throws:
javax.servlet.ServletExceptionIOException
-
forward
public void forward(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, IOException - Specified by:
forwardin interfacejavax.servlet.RequestDispatcher- Throws:
javax.servlet.ServletExceptionIOException
-