Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigService
The
ConfigService holds the basic portal
configuration. |
class |
ConfigServiceImpl
The implementation of the
ConfigService . |
Modifier and Type | Class and Description |
---|---|
class |
FactoryManagerService
Manages the life-time of factories registered during container startup.
|
class |
FactoryManagerServiceImpl
Manages the life-time of factories registered during container startup.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2003-2013 . All Rights Reserved.