Uses of Interface
org.apache.pluto.spi.ContainerService

Packages that use ContainerService
org.apache.pluto.core   
org.apache.pluto.driver.services.container   
org.apache.pluto.spi   
org.apache.pluto.spi.optional   
 

Uses of ContainerService in org.apache.pluto.core
 

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

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

Classes in org.apache.pluto.driver.services.container that implement ContainerService
 class PortalCallbackServiceImpl
           
 

Uses of ContainerService in org.apache.pluto.spi
 

Subinterfaces of ContainerService in org.apache.pluto.spi
 interface CCPPProfileService
          The CC/PP profile service defining how to get the CCPP profile
 interface PortalCallbackService
          The callback service interface defining callback methods that will be invoked by the portlet container when necessary.
 

Classes in org.apache.pluto.spi that implement ContainerService
 class DummyCCPPProfileServiceImpl
           
 

Uses of ContainerService in org.apache.pluto.spi.optional
 

Subinterfaces of ContainerService in org.apache.pluto.spi.optional
 interface PortletPreferencesService
          Portlet preferences service that should be implemented by the portal.
 interface UserInfoAttributesService
          Deprecated. use UserInfoService
 interface UserInfoService
          Used to access user information attributes as described in PLT.17.2 of the JSR-168 specificiation.
 



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