|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 java.lang.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. |
javax.servlet.http.HttpServletRequest |
getServletRequest()
Return a reference the the HttpServletRequest. |
Field Detail |
public static final java.lang.String KEY
Method Detail |
public javax.servlet.http.HttpServletRequest getServletRequest()
public PortalSession getPortalSession()
PortalAppflowFactory.createPortalSession(HttpServletRequest)
public PortalContext getPortalContext()
public PortalAppflowEvent getPortalAppflowEvent()
com.bea.portal.PortalAppflowEvent
public Portal getPortal()
Portal
public PortalState getPortalState()
Portal
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |