org.apache.pluto.portalImpl.services.portletdefinitionregistry
Class PortletDefinitionRegistry
java.lang.Object
org.apache.pluto.portalImpl.services.portletdefinitionregistry.PortletDefinitionRegistry
public class PortletDefinitionRegistry
- extends java.lang.Object
This class is a static accessor for a PortletRegistryService
implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cService
private static PortletDefinitionRegistryService cService
PortletDefinitionRegistry
public PortletDefinitionRegistry()
getPortletApplicationDefinitionList
public static PortletApplicationDefinitionList getPortletApplicationDefinitionList()
- Returns a set containg all portlet application definitions
- Returns:
- the portlet application definition set
getPortletDefinition
public static PortletDefinition getPortletDefinition(ObjectID id)
- Returns the portlet definition to the given object id
- Returns:
- the portlet definition
setPortletDefinitionRegistryService
public static void setPortletDefinitionRegistryService()