|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalSiteSessionContext
This describes the session context for the portal-site component.
Method Summary | |
---|---|
PageManager |
getPageManager()
getPageManager - return PageManager component instance |
String |
getPipeline()
get which pipeline this context is stored for |
boolean |
isValid()
isValid - return flag indicating whether this context instance is valid or if it is stale after being persisted and reloaded as session state |
PortalSiteRequestContext |
newRequestContext(Map requestProfileLocators)
newRequestContext - create a new request context instance with fallback and history |
PortalSiteRequestContext |
newRequestContext(Map requestProfileLocators,
boolean requestFallback)
newRequestContext - create a new request context instance with history |
PortalSiteRequestContext |
newRequestContext(Map requestProfileLocators,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance |
void |
setPipeline(String pipeline)
set which pipeline this context is stored for |
Method Detail |
---|
PortalSiteRequestContext newRequestContext(Map requestProfileLocators)
requestProfileLocators
- request profile locators
PortalSiteRequestContext newRequestContext(Map requestProfileLocators, boolean requestFallback)
requestProfileLocators
- request profile locatorsrequestFallback
- flag specifying whether to fallback to root folder
if locators do not select a page or access is forbidden
PortalSiteRequestContext newRequestContext(Map requestProfileLocators, boolean requestFallback, boolean useHistory)
requestProfileLocators
- request profile locatorsrequestFallback
- flag specifying whether to fallback to root folder
if locators do not select a page or access is forbiddenuseHistory
- flag indicating whether to use visited page
history to select default page per site folder
PageManager getPageManager()
boolean isValid()
void setPipeline(String pipeline)
pipeline
- String getPipeline()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |