|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.core.command.CoreComponentRequestContext
| Field Summary | |
protected ComponentRequest |
creq
. |
protected NavigationalState |
navigationalState
. |
protected ServerRequest |
req
. |
protected ServerResponse |
resp
. |
| Constructor Summary | |
CoreComponentRequestContext(ServerRequest req,
ServerResponse resp,
Instance instance,
Portal portal,
java.lang.String windowKey,
ComponentRequest creq)
|
|
| Method Summary | |
javax.servlet.http.HttpServletRequest |
getClientRequest()
Return the request that made the connection to the server. |
NavigationalState |
getNavigationalState()
Provide the navigational state of the component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ServerRequest req
protected ServerResponse resp
protected NavigationalState navigationalState
protected ComponentRequest creq
| Constructor Detail |
public CoreComponentRequestContext(ServerRequest req, ServerResponse resp, Instance instance, Portal portal, java.lang.String windowKey, ComponentRequest creq)
| Method Detail |
public javax.servlet.http.HttpServletRequest getClientRequest()
ComponentRequestContext
getClientRequest in interface ComponentRequestContextpublic NavigationalState getNavigationalState()
ComponentRequestContext
getNavigationalState in interface ComponentRequestContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||