public interface ServletRequestForwarder
Made available by the HttpServletContainer within the
ServletRequest.getAttribute(String).
This allows the implementation of RequestDispatcher for the
ServletContext. It is also available to HttpServlet
implementations managed within the HttpServletContainer to utilise
OfficeFloor capabilities.
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_FORWARDER
Name of attribute in the
ServletRequest containing this
ServletRequestForwarder. |
| Modifier and Type | Method and Description |
|---|---|
void |
forward(String workName,
String taskName,
Object parameter)
Forwards the
ServletRequest. |
static final String ATTRIBUTE_FORWARDER
ServletRequest containing this
ServletRequestForwarder.void forward(String workName, String taskName, Object parameter) throws ServletException
ServletRequest.workName - Name of Work to forward the ServletRequest.taskName - Name of Task on the Work to forward the
ServletRequest.parameter - Parameter for the Task.ServletException - If fails to forward the ServletRequest.Copyright © 2005–2015. All rights reserved.