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
.Copyright © 2005–2016. All rights reserved.