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

PageService - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme.page
Interface PageService

All Known Implementing Classes:
PageServiceImpl

public interface PageService


Method Summary
 LayoutService getLayoutService()
           
 ThemeService getThemeService()
           
 void invoke(PageInvocation invocation)
           
 void setLayoutService(LayoutService layoutService)
           
 void setThemeService(ThemeService themeService)
           
 

Method Detail

setLayoutService

public void setLayoutService(LayoutService layoutService)

getLayoutService

public LayoutService getLayoutService()

setThemeService

public void setThemeService(ThemeService themeService)

getThemeService

public ThemeService getThemeService()

invoke

public void invoke(PageInvocation invocation)
            throws InvocationException
Throws:
InvocationException