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