Uses of Interface
org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite

Packages that use PortletDefinitionComposite
org.apache.jetspeed.components.portletregistry   
 

Uses of PortletDefinitionComposite in org.apache.jetspeed.components.portletregistry
 

Methods in org.apache.jetspeed.components.portletregistry that return PortletDefinitionComposite
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByIdentifier(String identifier)
          Locates a portlet using it's unique identifier field.
 PortletDefinitionComposite PortletRegistry.getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
          Locates the portlet defintion by its unique ObjectID.
 PortletDefinitionComposite PortletRegistry.getPortletDefinitionByUniqueName(String name)
          unique name is a string formed by the combination of a portlet's unique within it's parent application plus the parent application's unique name within the portlet container using ":" as a delimiter.
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.