This describes the request context for the portal-site component.
author: Randy Watler version: $Id: PortalSiteRequestContext.java 516448 2007-03-09 16:25:47Z ate $
getCustomMenuNames - get set of custom menu names available as
defined for the request profiled page and folder
menu names set throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getFolder - get folder proxy relative to request profiled page
page folder proxy throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getManagedPage - get request profiled concrete page instance
as managed by the page manager
page throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getMenu - get instantiated menu available for the request
profiled page and folder
Parameters: name - menu definition name menu instance throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getPage - get request profiled page proxy
page proxy throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getParentFolder - get parent folder proxy relative to request
profiled page
parent folder proxy or null throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getRootFolder - get root profiled folder proxy
parent folder proxy throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getRootLinks - get node set of link proxies relative to
profiled root folder
root link proxies throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getSiblingFolders - get node set of sibling folder proxies relative
to request profiled page, (includes profiled
page folder proxy)
sibling folder proxies throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted
getSiblingPages - get node set of sibling page proxies relative
to request profiled page, (includes profiled
page proxy)
sibling page proxies throws: NodeNotFoundException - if page not found throws: SecurityException - if page view access not granted