org.apache.pluto.portalImpl.services.portletdefinitionregistry
Class PortletDefinitionRegistry

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.portletdefinitionregistry.PortletDefinitionRegistry

public class PortletDefinitionRegistry
extends java.lang.Object

This class is a static accessor for a PortletRegistryService implementation.


Field Summary
private static PortletDefinitionRegistryService cService
           
 
Constructor Summary
PortletDefinitionRegistry()
           
 
Method Summary
static PortletApplicationDefinitionList getPortletApplicationDefinitionList()
          Returns a set containg all portlet application definitions
static PortletDefinition getPortletDefinition(ObjectID id)
          Returns the portlet definition to the given object id
static void setPortletDefinitionRegistryService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cService

private static PortletDefinitionRegistryService cService
Constructor Detail

PortletDefinitionRegistry

public PortletDefinitionRegistry()
Method Detail

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()