public interface RequestPairSource
RequestPairSource is a component that can supply a
ServletRequest and
ServletResponse pair associated with a currently executing request. This is used for framework development support and is rarely used by end-users.
| Modifier and Type | Method and Description |
|---|---|
ServletRequest |
getServletRequest()
Returns the incoming
ServletRequest associated with the component.
|
ServletResponse |
getServletResponse()
Returns the outgoing
ServletResponse paired with the incoming
servletRequest.
|
ServletRequest getServletRequest()
ServletRequest associated with the component.
ServletRequest associated with the component.
ServletResponse getServletResponse()
ServletResponse paired with the incoming
servletRequest.
ServletResponse paired with the incoming
servletRequest.