public class PortletDefinitionRegistryServiceFileImpl extends PortletDefinitionRegistryService
PortletRegistryService.
This store persit the PortletRegistry informations.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_MAPPING_PORTLETXML |
static java.lang.String |
DEFAULT_MAPPING_WEBXML |
protected java.util.Map |
portletsKeyObjectId |
protected PortletApplicationDefinitionListImpl |
registry |
Constructor and Description |
---|
PortletDefinitionRegistryServiceFileImpl() |
Modifier and Type | Method and Description |
---|---|
org.apache.pluto.om.portlet.PortletApplicationDefinitionList |
getPortletApplicationDefinitionList()
Returns a set containg all portlet application definitions
|
org.apache.pluto.om.portlet.PortletDefinition |
getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
Returns the portlet definition to the given object id
|
void |
init(javax.servlet.ServletConfig config,
Properties properties)
Initializes the service using the servlet configuration
and the service properties.
|
void |
postInit()
This methods can be used to setup things after the services has
been initialized via init.
|
public static final java.lang.String DEFAULT_MAPPING_PORTLETXML
public static final java.lang.String DEFAULT_MAPPING_WEBXML
protected PortletApplicationDefinitionListImpl registry
protected java.util.Map portletsKeyObjectId
public PortletDefinitionRegistryServiceFileImpl()
public void init(javax.servlet.ServletConfig config, Properties properties) throws java.lang.Exception
Service
public org.apache.pluto.om.portlet.PortletApplicationDefinitionList getPortletApplicationDefinitionList()
PortletDefinitionRegistryService
getPortletApplicationDefinitionList
in class PortletDefinitionRegistryService
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
PortletDefinitionRegistryService
getPortletDefinition
in class PortletDefinitionRegistryService
Copyright © 2003-2013 . All Rights Reserved.