当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
PageResult - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.theme.page
Class PageResult
java.lang.Object
org.jboss.portal.theme.render.MarkupResult
org.jboss.portal.theme.page.PageResult
- Direct Known Subclasses:
- ModifiablePageResult
- public class PageResult
- extends MarkupResult
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.
- Version:
- $Revision: 5448 $
- Author:
- Martin Holzner
Constructor Summary |
PageResult(java.lang.String pageName,
java.util.Map pageProperties,
java.util.Map portalProperties)
|
Method Summary |
Region |
getRegion(java.lang.String regionName)
Get a reference to the region object for the provided region name. |
Methods inherited from class org.jboss.portal.theme.render.MarkupResult |
getLayoutState, getLayoutURI, getPageName, getPageProperties, getPortalProperties, getTheme, getThemeResult, getWindowContext, getWindowContextMap, getWindowIDs, getWindowResult, getWindowResultMap, setTheme, setThemeResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletRegions
protected final java.util.Map portletRegions
- .
PageResult
public PageResult(java.lang.String pageName,
java.util.Map pageProperties,
java.util.Map portalProperties)
getRegion
public Region getRegion(java.lang.String regionName)
- Get a reference to the region object for the provided region name.
- Parameters:
regionName
- the name of the region to get
- Returns:
- the region for the provided region name