站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

PageRequest - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme.page
Class PageRequest

java.lang.Object
  extended byorg.jboss.portal.theme.page.PageRequest

public class PageRequest
extends java.lang.Object


Field Summary
protected  Properties properties
          .
 
Constructor Summary
PageRequest(PageRequestContext pageRequestContext, LayoutService layoutService, ThemeService themeService)
           
 
Method Summary
 PageRequestContext getContext()
           
 LayoutService getLayoutService()
           
 java.util.List getPortletContexts()
           
 Properties getProperties()
           
 ThemeService getThemeService()
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Properties properties
.

Constructor Detail

PageRequest

public PageRequest(PageRequestContext pageRequestContext,
                   LayoutService layoutService,
                   ThemeService themeService)
Method Detail

getPortletContexts

public java.util.List getPortletContexts()
Returns:
a List of PortletContext instances
See Also:
StrategyContext.getPortletContexts()

getContext

public PageRequestContext getContext()

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)

getLayoutService

public LayoutService getLayoutService()

getThemeService

public ThemeService getThemeService()