Uses of Class
org.apache.pluto.driver.services.portal.PageConfig

Packages that use PageConfig
org.apache.pluto.driver.config Provides a single interface for retrieving configuration and instantiating services. 
org.apache.pluto.driver.config.impl   
org.apache.pluto.driver.services.impl.resource Service implementations which utilizing context resources to perform their work. 
org.apache.pluto.driver.services.portal   
org.apache.pluto.driver.services.portal.admin   
org.apache.pluto.driver.url   
org.apache.pluto.driver.url.impl   
 

Uses of PageConfig in org.apache.pluto.driver.config
 

Methods in org.apache.pluto.driver.config that return PageConfig
 PageConfig DriverConfiguration.getPageConfig(java.lang.String pageId)
           
 

Uses of PageConfig in org.apache.pluto.driver.config.impl
 

Methods in org.apache.pluto.driver.config.impl that return PageConfig
 PageConfig DriverConfigurationImpl.getPageConfig(java.lang.String pageId)
           
 

Uses of PageConfig in org.apache.pluto.driver.services.impl.resource
 

Methods in org.apache.pluto.driver.services.impl.resource that return PageConfig
 PageConfig RenderConfigServiceImpl.getDefaultPage()
           
 PageConfig RenderConfigServiceImpl.getPage(java.lang.String id)
           
 

Methods in org.apache.pluto.driver.services.impl.resource with parameters of type PageConfig
 void RenderConfigServiceImpl.addPage(PageConfig pageConfig)
           
 void RenderConfigServiceImpl.removePage(PageConfig pageConfig)
           
 

Uses of PageConfig in org.apache.pluto.driver.services.portal
 

Methods in org.apache.pluto.driver.services.portal that return PageConfig
 PageConfig RenderConfigService.getDefaultPage()
          Retrieve the PageConfig for the default page.
 PageConfig RenderConfigService.getPage(java.lang.String id)
          Retrieve the PageConfig for the given page id.
 PageConfig RenderConfig.getPageConfig(java.lang.String pageId)
           
 

Methods in org.apache.pluto.driver.services.portal with parameters of type PageConfig
 void RenderConfig.addPage(PageConfig config)
           
 void RenderConfigService.addPage(PageConfig pageConfig)
           
 void RenderConfig.removePage(PageConfig config)
           
 void RenderConfigService.removePage(PageConfig pageConfig)
           
 

Uses of PageConfig in org.apache.pluto.driver.services.portal.admin
 

Methods in org.apache.pluto.driver.services.portal.admin with parameters of type PageConfig
 void RenderConfigAdminService.addPage(PageConfig config)
           
 

Uses of PageConfig in org.apache.pluto.driver.url
 

Methods in org.apache.pluto.driver.url that return PageConfig
 PageConfig PortalURL.getPageConfig(javax.servlet.ServletContext servletContext)
           
 

Uses of PageConfig in org.apache.pluto.driver.url.impl
 

Methods in org.apache.pluto.driver.url.impl that return PageConfig
 PageConfig PortalURLImpl.getPageConfig(javax.servlet.ServletContext servletContext)
          Deprecated.  
 PageConfig RelativePortalURLImpl.getPageConfig(javax.servlet.ServletContext servletContext)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.