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

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

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

Methods in org.apache.jetspeed.components.portletregistry that return MutablePortletApplication
 MutablePortletApplication PortletRegistry.getPortletApplication(org.apache.pluto.om.common.ObjectID id)
          Retreives a PortletApplication by it's unique ObjectID.
 MutablePortletApplication PortletRegistry.getPortletApplication(String name)
          Retreives a PortletApplication by it's unique name.
 MutablePortletApplication PortletRegistry.getPortletApplicationByIdentifier(String identifier)
          Locates a portlet application using it's unique identifier field.
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type MutablePortletApplication
 void RegistryEventListener.applicationRemoved(MutablePortletApplication app)
          applicationRemoved - invoked when the definition of a portlet application is removed by the registry
 void RegistryEventListener.applicationUpdated(MutablePortletApplication app)
          applicationUpdated - invoked when the definition of a portlet application is updated by the registry or when the state modification is otherwise detected
 boolean PortletRegistry.portletDefinitionExists(String portletName, MutablePortletApplication app)
          Checks whether or not a portlet with this identity has all ready been registered to the PortletApplication.
 



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