|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestPairSource
A 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.
| Method Summary | |
|---|---|
ServletRequest |
getServletRequest()
Returns the incoming ServletRequest associated with the component. |
ServletResponse |
getServletResponse()
Returns the outgoing ServletResponse paired with the incoming
servletRequest. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||