|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortalSiteRequestContext
This describes the request context for the portal-site component.
| Method Summary | |
|---|---|
java.lang.String |
getBaseFolderPath()
getBaseFolderPath - return primary concrete root base folder path |
java.util.Set |
getCustomMenuNames()
getCustomMenuNames - get set of custom menu names available as defined for the request profiled page and folder |
Folder |
getFolder()
getFolder - get folder view relative to request profiled page |
java.util.Map |
getFragmentDefinitions()
getFragmentDefinitions - get fragment definition view map for request profiled page and page template |
java.util.Map |
getLocators()
getLocators - get profile locators by locator names |
java.util.Map |
getManagedFragmentDefinitions()
getManagedFragmentDefinitions - get map of request profiled concrete fragment definition instances as managed by the page manager |
BaseFragmentsElement |
getManagedPageOrTemplate()
getManagedPageOrTemplate - get request profiled concrete page or template instance as managed by the page manager |
PageTemplate |
getManagedPageTemplate()
getManagedPageTemplate - get request profiled concrete page template instance as managed by the page manager |
Menu |
getMenu(java.lang.String name)
getMenu - get instantiated menu available for the request profiled page and folder |
java.lang.String |
getPageContentPath()
getPageContentPath - get content path associated with request page |
BaseFragmentsElement |
getPageOrTemplate()
getPageOrTemplate - get request profiled page or template view |
PageTemplate |
getPageTemplate()
getPageTemplate - get page template view for request profiled page |
Folder |
getParentFolder()
getParentFolder - get parent folder view relative to request profiled page |
Folder |
getRootFolder()
getRootFolder - get root profiled folder view |
NodeSet |
getRootLinks()
getRootLinks - get node set of link views relative to profiled root folder |
PortalSiteSessionContext |
getSessionContext()
getSessionContext - get component session context |
NodeSet |
getSiblingFolders()
getSiblingFolders - get node set of sibling folder views relative to request profiled page, (includes profiled page folder view) |
NodeSet |
getSiblingPages()
getSiblingPages - get node set of sibling page views relative to request profiled page, (includes profiled page view) |
java.util.Set |
getStandardMenuNames()
getStandardMenuNames - get set of available standard menu names |
java.lang.String |
getUserFolderPath()
getUserFolderPath - return primary concrete root user folder path |
boolean |
isConcretePage()
isConcretePage - returns flag indicating request page is honoring a concrete page or content page request |
boolean |
isContentPage()
isContentPage - returns flag indicating request page is honoring a content request |
| Method Detail |
|---|
PortalSiteSessionContext getSessionContext()
java.util.Map getLocators()
BaseFragmentsElement getManagedPageOrTemplate()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
PageTemplate getManagedPageTemplate()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
java.util.Map getManagedFragmentDefinitions()
throws NodeNotFoundException
NodeNotFoundException - if page or fragment definition not found
java.lang.SecurityException - if page view access not granted
boolean isContentPage()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
boolean isConcretePage()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
BaseFragmentsElement getPageOrTemplate()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
java.lang.String getPageContentPath()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
PageTemplate getPageTemplate()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
java.util.Map getFragmentDefinitions()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
Folder getFolder()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
NodeSet getSiblingPages()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
Folder getParentFolder()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
NodeSet getSiblingFolders()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
Folder getRootFolder()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
NodeSet getRootLinks()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not grantedjava.util.Set getStandardMenuNames()
java.util.Set getCustomMenuNames()
throws NodeNotFoundException
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not granted
Menu getMenu(java.lang.String name)
throws NodeNotFoundException
name - menu definition name
NodeNotFoundException - if page not found
java.lang.SecurityException - if page view access not grantedjava.lang.String getUserFolderPath()
java.lang.String getBaseFolderPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||