|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortalRequest is synonymous with the HttpServletRequest it only lives the life of the http request. The PortalRequest has references to the PortalContext, Portal, PortalState, HttpServletRequest and PortalAppflowEvent.
Field Summary | |
static String |
KEY
The HttpServletRequest parameter key to which the PortalRequest is stored. |
Method Summary | |
Portal |
getPortal()
Retrieve an instance of the Portal definition. |
PortalAppflowEvent |
getPortalAppflowEvent()
Retrieve the last appflow event. |
PortalContext |
getPortalContext()
Retrieve an instance of the portalContext. |
PortalSession |
getPortalSession()
Creates a PortalSession. |
PortalState |
getPortalState()
Retrieve an instance of the PortalState. |
HttpServletRequest |
getServletRequest()
Return a reference the the HttpServletRequest. |
Field Detail |
public static final String KEY
Method Detail |
public HttpServletRequest getServletRequest()
public PortalSession getPortalSession()
PortalAppflowFactory.createPortalSession(HttpServletRequest)
public PortalContext getPortalContext()
public PortalAppflowEvent getPortalAppflowEvent()
PortalAppflowEvent
public Portal getPortal()
Portal
public PortalState getPortalState()
Portal
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |