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.


Constructor Summary
PortletDefinitionRegistry()
           
 
Method Summary
static org.apache.pluto.om.portlet.PortletApplicationDefinitionList getPortletApplicationDefinitionList()
          Returns a set containg all portlet application definitions
static org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.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
 

Constructor Detail

PortletDefinitionRegistry

public PortletDefinitionRegistry()
Method Detail

getPortletApplicationDefinitionList

public static org.apache.pluto.om.portlet.PortletApplicationDefinitionList getPortletApplicationDefinitionList()
Returns a set containg all portlet application definitions

Returns:
the portlet application definition set

getPortletDefinition

public static org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
Returns the portlet definition to the given object id

Returns:
the portlet definition

setPortletDefinitionRegistryService

public static void setPortletDefinitionRegistryService()


Copyright © 2003-2011 . All Rights Reserved.