Uses of Class
org.apache.pluto.portalImpl.services.Service

Packages that use Service
org.apache.pluto.portalImpl.services   
org.apache.pluto.portalImpl.services.config   
org.apache.pluto.portalImpl.services.factorymanager   
org.apache.pluto.portalImpl.services.log   
org.apache.pluto.portalImpl.services.pageregistry   
org.apache.pluto.portalImpl.services.portletdefinitionregistry   
org.apache.pluto.portalImpl.services.portletentityregistry   
 

Uses of Service in org.apache.pluto.portalImpl.services
 

Methods in org.apache.pluto.portalImpl.services that return Service
static Service ServiceManager.getService(java.lang.Class aClass)
          Returns the service implementation for the given service class, or null if no such service is registered.
 

Uses of Service in org.apache.pluto.portalImpl.services.config
 

Subclasses of Service in org.apache.pluto.portalImpl.services.config
 class ConfigService
          The ConfigService holds the basic portal configuration.
 class ConfigServiceImpl
          The implementation of the ConfigService.
 

Uses of Service in org.apache.pluto.portalImpl.services.factorymanager
 

Subclasses of Service in org.apache.pluto.portalImpl.services.factorymanager
 class FactoryManagerService
          Manages the life-time of factories registered during container startup.
 class FactoryManagerServiceImpl
          Manages the life-time of factories registered during container startup.
 

Uses of Service in org.apache.pluto.portalImpl.services.log
 

Subclasses of Service in org.apache.pluto.portalImpl.services.log
 class LogService
          Defines the PortalDrivers LogService implementation for pluto.
 class LogServiceImpl
          LogService implementation which uses Commons Logging.
 class StandardOutLogService
          Defines a LogService that may be used when one has not been registered with the ServiceManager.
 

Uses of Service in org.apache.pluto.portalImpl.services.pageregistry
 

Subclasses of Service in org.apache.pluto.portalImpl.services.pageregistry
 class PageRegistryService
           The PageRegistryService interface represents a complete site with all pages, windows and portlet entries on it.
 class PageRegistryServiceFileImpl
          A simple XML Castor file based implementation of the PageRegistryService.
 

Uses of Service in org.apache.pluto.portalImpl.services.portletdefinitionregistry
 

Subclasses of Service in org.apache.pluto.portalImpl.services.portletdefinitionregistry
 class PortletDefinitionRegistryService
           The PortletRegistryService interface represents all portlets and portlet applications available in the portal.
 class PortletDefinitionRegistryServiceContextImpl
          A version of the registry service that obtains data from a ServletContext rather than trying to scan for portlet applications.
 class PortletDefinitionRegistryServiceFileImpl
          A simple XML Castor file based implementation of the PortletRegistryService.
 

Uses of Service in org.apache.pluto.portalImpl.services.portletentityregistry
 

Subclasses of Service in org.apache.pluto.portalImpl.services.portletentityregistry
 class PortletEntityRegistryService
           The PortletPoolService interface represents all portlet and portlet application instances available in the portal, such as a Portlet and Application Pool.
 class PortletEntityRegistryServiceFileImpl
          A simple XML Castor file based implementation of the PortletEntityRegistryService.