|
||||||||||
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 | |
---|---|
Set |
getCustomMenuNames()
getCustomMenuNames - get set of custom menu names available as defined for the request profiled page and folder |
Folder |
getFolder()
getFolder - get folder proxy relative to request profiled page |
Map |
getLocators()
getLocators - get profile locators by locator names |
Page |
getManagedPage()
getManagedPage - get request profiled concrete page instance as managed by the page manager |
Menu |
getMenu(String name)
getMenu - get instantiated menu available for the request profiled page and folder |
Page |
getPage()
getPage - get request profiled page proxy |
Folder |
getParentFolder()
getParentFolder - get parent folder proxy relative to request profiled page |
Folder |
getRootFolder()
getRootFolder - get root profiled folder proxy |
NodeSet |
getRootLinks()
getRootLinks - get node set of link proxies relative to profiled root folder |
PortalSiteSessionContext |
getSessionContext()
getSessionContext - get component session context |
NodeSet |
getSiblingFolders()
getSiblingFolders - get node set of sibling folder proxies relative to request profiled page, (includes profiled page folder proxy) |
NodeSet |
getSiblingPages()
getSiblingPages - get node set of sibling page proxies relative to request profiled page, (includes profiled page proxy) |
Set |
getStandardMenuNames()
getStandardMenuNames - get set of available standard menu names |
Method Detail |
---|
PortalSiteSessionContext getSessionContext()
Map getLocators()
Page getManagedPage() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedPage getPage() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedFolder getFolder() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedNodeSet getSiblingPages() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedFolder getParentFolder() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedNodeSet getSiblingFolders() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedFolder getRootFolder() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedNodeSet getRootLinks() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedSet getStandardMenuNames()
Set getCustomMenuNames() throws NodeNotFoundException
NodeNotFoundException
- if page not found
SecurityException
- if page view access not grantedMenu getMenu(String name) throws NodeNotFoundException
name
- menu definition name
NodeNotFoundException
- if page not found
SecurityException
- if page view access not granted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |