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

Packages that use MutablePortletApplication
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.container.window.impl   
org.apache.jetspeed.om.portlet.impl   
org.apache.jetspeed.portlets.palm   
org.apache.jetspeed.tools.pamanager   
org.apache.jetspeed.tools.pamanager.rules   
org.apache.jetspeed.util.descriptor   
 

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

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

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
static MutablePortletApplication MutablePortletApplicationProxy.createProxy(MutablePortletApplication app)
           
 boolean PersistenceBrokerPortletRegistry.portletDefinitionExists(java.lang.String portletName, MutablePortletApplication app)
           
 boolean PortletRegistry.portletDefinitionExists(java.lang.String portletName, MutablePortletApplication app)
          Checks whether or not a portlet with this identity has all ready been registered to the PortletApplication.
 void PortletApplicationProxy.setRealApplication(MutablePortletApplication app)
           
 void MutablePortletApplicationProxy.setRealApplication(MutablePortletApplication app)
           
 

Constructors in org.apache.jetspeed.components.portletregistry with parameters of type MutablePortletApplication
MutablePortletApplicationProxy(MutablePortletApplication app)
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.container.window.impl
 

Methods in org.apache.jetspeed.container.window.impl with parameters of type MutablePortletApplication
 void PortletWindowAccessorImpl.applicationRemoved(MutablePortletApplication app)
           
 void PortletWindowAccessorImpl.applicationUpdated(MutablePortletApplication app)
           
protected  void PortletWindowAccessorImpl.removeForPortletApplication(MutablePortletApplication app)
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.om.portlet.impl
 

Classes in org.apache.jetspeed.om.portlet.impl that implement MutablePortletApplication
 class PortletApplicationDefinitionImpl
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.portlets.palm
 

Methods in org.apache.jetspeed.portlets.palm with parameters of type MutablePortletApplication
protected  void PortletApplicationLifecycleManager.deletePA(javax.portlet.ActionRequest request, MutablePortletApplication pa)
           
protected  void PortletApplicationLifecycleManager.startPA(javax.portlet.ActionRequest request, MutablePortletApplication pa)
           
protected  void PortletApplicationLifecycleManager.stopPA(javax.portlet.ActionRequest request, MutablePortletApplication pa)
           
protected  void PortletApplicationLifecycleManager.undeployPA(javax.portlet.ActionRequest request, MutablePortletApplication pa)
           
 

Constructors in org.apache.jetspeed.portlets.palm with parameters of type MutablePortletApplication
PortletApplicationStatusBean(MutablePortletApplication pa, boolean running)
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.tools.pamanager
 

Methods in org.apache.jetspeed.tools.pamanager that return MutablePortletApplication
protected  MutablePortletApplication PortletApplicationManager.registerPortletApplication(PortletApplicationWar paWar, MutablePortletApplication oldPA, int paType, java.lang.ClassLoader paClassLoader)
           
 

Methods in org.apache.jetspeed.tools.pamanager with parameters of type MutablePortletApplication
protected  MutablePortletApplication PortletApplicationManager.registerPortletApplication(PortletApplicationWar paWar, MutablePortletApplication oldPA, int paType, java.lang.ClassLoader paClassLoader)
           
protected  void PortletApplicationManager.unregisterPortletApplication(MutablePortletApplication pa, boolean purgeEntityInfo)
           
protected  void PortletApplicationManager.updateSearchEngine(boolean remove, MutablePortletApplication pa)
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.tools.pamanager.rules
 

Constructors in org.apache.jetspeed.tools.pamanager.rules with parameters of type MutablePortletApplication
JetspeedServiceRule(MutablePortletApplication app)
           
JetspeedServicesRuleSet(MutablePortletApplication app)
           
PortletRule(MutablePortletApplication app)
           
SecurityConstraintRefRule(MutablePortletApplication app)
           
UserAttributeRefRule(MutablePortletApplication app)
           
UserAttributeRefRuleSet(MutablePortletApplication app)
           
 

Uses of MutablePortletApplication in org.apache.jetspeed.util.descriptor
 

Fields in org.apache.jetspeed.util.descriptor declared as MutablePortletApplication
protected  MutablePortletApplication ExtendedPortletMetadata.portletApp
           
 

Methods in org.apache.jetspeed.util.descriptor that return MutablePortletApplication
 MutablePortletApplication PortletApplicationWar.createPortletApp()
           
 MutablePortletApplication PortletApplicationWar.createPortletApp(java.lang.ClassLoader classLoader)
           createPortletApp
 MutablePortletApplication PortletApplicationDescriptor.createPortletApplication()
           
 MutablePortletApplication PortletApplicationDescriptor.createPortletApplication(java.lang.ClassLoader classLoader)
          Maps the content of the portlet application descriptor into a new MutablePortletApplication object
 

Methods in org.apache.jetspeed.util.descriptor with parameters of type MutablePortletApplication
 void PortletApplicationDescriptor.validate(MutablePortletApplication app)
          Validate a PortletApplicationDefinition tree AFTER its WebApplicationDefinition has been loaded.
 

Constructors in org.apache.jetspeed.util.descriptor with parameters of type MutablePortletApplication
ExtendedPortletMetadata(java.io.Reader extendedMetaData, MutablePortletApplication portletApp)
           
 



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