|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to represent the read only information of a rendered portal page.
The page result allows access to all the information needed to generate the final markup.
Method Summary | |
PortalLayout |
getLayout()
Get the layout that was determined for this page. |
java.lang.String |
getLayoutState()
Get the state string of the layout. |
java.lang.String |
getLayoutURI()
Get the uri of the layout that is used. |
java.lang.String |
getName()
Get the name of the requested page. |
java.util.Map |
getPageProperties()
Get the properties that were set for this page. |
PortletContext |
getPortletContext(java.lang.String windowID)
Get the PortletContext for the provided window id. |
java.util.Map |
getPortletContextMap()
Get a map of all PortletContext s on the page keyed by window id |
Region |
getRegion(java.lang.String regionName)
Get a reference to the region object for the provided region name. |
PortalRenderSet |
getRenderSet()
Get the rendet set for the page. |
HTTPStreamInfo |
getStreamInfo()
Information about the http connection. |
PortalTheme |
getTheme()
Get the portal theme to use. |
java.util.Set |
getWindowIDs()
Get a Set of all window ids that are contained in this page. |
java.util.Set |
getWindowIDs(java.lang.String regionName)
Get a Set of all window ids of the portlets in the the provided region. |
WindowResult |
getWindowResult(java.lang.String windowID)
Get the WindowResult for a specific portlet window. |
java.util.Map |
getWindowResultMap()
Get a map of WindowResult s keyed by window id |
Method Detail |
public HTTPStreamInfo getStreamInfo()
public PortalLayout getLayout()
public java.lang.String getLayoutURI()
The uri is relative to the application context that hosts the layout.
public java.lang.String getLayoutState()
The state is used to further sub select a layout uri. One layout can contain a separate layout uri per state. The state has to match to string version of one of the allowed window states.
public PortalTheme getTheme()
public java.util.Map getWindowResultMap()
WindowResult
s keyed by window id
public WindowResult getWindowResult(java.lang.String windowID)
WindowResult
for a specific portlet window.
windowID
- the window id identifying the portlet window to get the window result for
public java.util.Set getWindowIDs()
public java.util.Set getWindowIDs(java.lang.String regionName)
regionName
- the name of the region to get all window ids for
public Region getRegion(java.lang.String regionName)
regionName
- the name of the region to get
public java.util.Map getPortletContextMap()
PortletContext
s on the page keyed by window id
public PortletContext getPortletContext(java.lang.String windowID)
PortletContext
for the provided window id.
windowID
- the window id identifying the portlet to get the context for
public PortalRenderSet getRenderSet()
public java.lang.String getName()
public java.util.Map getPageProperties()
java.util.Map
of the properties of this page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |