Uses of Interface
org.apache.pluto.spi.optional.PortletPreferencesService

Packages that use PortletPreferencesService
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
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.container   
 

Uses of PortletPreferencesService in org.apache.pluto
 

Methods in org.apache.pluto that return PortletPreferencesService
 PortletPreferencesService OptionalContainerServices.getPortletPreferencesService()
          Returns the portlet preferences service implementation used by the container.
 

Uses of PortletPreferencesService in org.apache.pluto.core
 

Classes in org.apache.pluto.core that implement PortletPreferencesService
 class DefaultPortletPreferencesService
          Default implementation of the portlet preferences service.
 

Methods in org.apache.pluto.core that return PortletPreferencesService
 PortletPreferencesService DefaultOptionalContainerServices.getPortletPreferencesService()
           
 

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

Methods in org.apache.pluto.driver.config that return PortletPreferencesService
 PortletPreferencesService DriverConfiguration.getPortletPreferencesService()
           
 

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

Methods in org.apache.pluto.driver.config.impl that return PortletPreferencesService
 PortletPreferencesService DriverConfigurationImpl.getPortletPreferencesService()
           
 

Methods in org.apache.pluto.driver.config.impl with parameters of type PortletPreferencesService
 void DriverConfigurationImpl.setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
           
 

Uses of PortletPreferencesService in org.apache.pluto.driver.services.container
 

Methods in org.apache.pluto.driver.services.container that return PortletPreferencesService
 PortletPreferencesService ContainerServicesImpl.getPortletPreferencesService()
          The PortletPreferencesService provides access to the portal's PortletPreference persistence mechanism.
 



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