|
||||||||||
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 | |
---|---|
PortalSiteContentTypeMapper |
getContentTypeMapper()
getContentTypeMapper - return PortalSiteContentTypeMapper component instance |
PageManager |
getPageManager()
getPageManager - return PageManager component instance |
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(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal)
newRequestContext - create a new request context instance with fallback and history |
PortalSiteRequestContext |
newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance with history |
PortalSiteRequestContext |
newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance |
PortalSiteRequestContext |
newRequestContext(java.util.Map requestProfileLocators,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceReservedVisible,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance |
PortalSiteRequestContext |
newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal)
newRequestContext - create a new request context instance without profiling support with fallback and history |
PortalSiteRequestContext |
newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback)
newRequestContext - create a new request context instance without profiling support with history |
PortalSiteRequestContext |
newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory)
newRequestContext - create a new request context instance without profiling support |
PortalSiteRequestContext |
newRequestContext(java.lang.String requestPath,
java.lang.String requestServerName,
java.lang.String requestUserPrincipal,
boolean requestFallback,
boolean useHistory,
boolean forceTemplatesAccessible)
newRequestContext - create a new request context instance without profiling support |
Method Detail |
---|
PortalSiteRequestContext newRequestContext(java.util.Map requestProfileLocators, java.lang.String requestUserPrincipal)
requestProfileLocators
- request profile locatorsrequestUserPrincipal
- request user principal
PortalSiteRequestContext newRequestContext(java.util.Map requestProfileLocators, java.lang.String requestUserPrincipal, boolean requestFallback)
requestProfileLocators
- request profile locatorsrequestUserPrincipal
- request user principalrequestFallback
- flag specifying whether to fallback to root folder
if locators do not select a page or access is forbidden
PortalSiteRequestContext newRequestContext(java.util.Map requestProfileLocators, java.lang.String requestUserPrincipal, boolean requestFallback, boolean useHistory)
requestProfileLocators
- request profile locatorsrequestUserPrincipal
- request user principalrequestFallback
- 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
PortalSiteRequestContext newRequestContext(java.util.Map requestProfileLocators, java.lang.String requestUserPrincipal, boolean requestFallback, boolean useHistory, boolean forceReservedVisible, boolean forceTemplatesAccessible)
requestProfileLocators
- request profile locatorsrequestUserPrincipal
- request user principalrequestFallback
- 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 folderforceReservedVisible
- force reserved/hidden folders visible in site viewforceTemplatesAccessible
- force templates accessible to requests in site view
PortalSiteRequestContext newRequestContext(java.lang.String requestPath, java.lang.String requestServerName, java.lang.String requestUserPrincipal)
requestPath
- request pathrequestServerName
- request server namerequestUserPrincipal
- request user principal
PortalSiteRequestContext newRequestContext(java.lang.String requestPath, java.lang.String requestServerName, java.lang.String requestUserPrincipal, boolean requestFallback)
requestPath
- request pathrequestServerName
- request server namerequestUserPrincipal
- request user principalrequestFallback
- flag specifying whether to fallback to root folder
if locators do not select a page or access is forbidden
PortalSiteRequestContext newRequestContext(java.lang.String requestPath, java.lang.String requestServerName, java.lang.String requestUserPrincipal, boolean requestFallback, boolean useHistory)
requestPath
- request pathrequestServerName
- request server namerequestUserPrincipal
- request user principalrequestFallback
- 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
PortalSiteRequestContext newRequestContext(java.lang.String requestPath, java.lang.String requestServerName, java.lang.String requestUserPrincipal, boolean requestFallback, boolean useHistory, boolean forceTemplatesAccessible)
requestPath
- request pathrequestServerName
- request server namerequestUserPrincipal
- request user principalrequestFallback
- 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 folderforceTemplatesAccessible
- force templates accessible to requests in site view
PageManager getPageManager()
PortalSiteContentTypeMapper getContentTypeMapper()
boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |