Uses of Interface
org.apache.jetspeed.om.portlet.PortletApplication

Packages that use PortletApplication
org.apache.jetspeed.components.portletpreferences   
org.apache.jetspeed.components.portletregistry   
org.apache.jetspeed.container   
org.apache.jetspeed.descriptor   
org.apache.jetspeed.factory   
org.apache.jetspeed.om.portlet   
 

Uses of PortletApplication in org.apache.jetspeed.components.portletpreferences
 

Methods in org.apache.jetspeed.components.portletpreferences with parameters of type PortletApplication
 void PortletPreferencesProvider.removeDefaults(PortletApplication app)
          Remove all default preferences for all portlet definitions in a given portlet application
 void PortletPreferencesProvider.storeDefaults(PortletApplication app)
          Store the default preferences for all portlets in the given portlet application
 

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

Methods in org.apache.jetspeed.components.portletregistry that return PortletApplication
 PortletApplication PortletRegistry.getPortletApplication(java.lang.String name)
          Retrieves a PortletApplication by it's unique name.
 PortletApplication PortletRegistry.getPortletApplication(java.lang.String name, boolean fromCache)
          Retreives a PortletApplication by it's unique name.
 

Methods in org.apache.jetspeed.components.portletregistry that return types with arguments of type PortletApplication
 java.util.Collection<PortletApplication> PortletRegistry.getPortletApplications()
           
 

Methods in org.apache.jetspeed.components.portletregistry with parameters of type PortletApplication
 void RegistryEventListener.applicationRemoved(PortletApplication app)
          applicationRemoved - invoked when the definition of a portlet application is removed by the registry
 void RegistryEventListener.applicationUpdated(PortletApplication 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(java.lang.String portletName, PortletApplication app)
          Checks whether or not a portlet with this identity has all ready been registered to the PortletApplication.
 void PortletRegistry.registerPortletApplication(PortletApplication newApp)
          Creates a new PortletApplicationDefinition within the Portal.
 void PortletRegistry.removeAllClones(PortletApplication pa)
          Remove all clones from a given portlet application
 void PortletRegistry.removeApplication(PortletApplication app)
           
 int PortletRegistry.restoreClones(PortletApplication pa)
          Restores all orphaned clones to a re-registered portlet application
 void PortletRegistry.updatePortletApplication(PortletApplication app)
          Makes any changes to the PortletApplicationDefinition persistent.
 

Uses of PortletApplication in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container that return PortletApplication
 PortletApplication JetspeedPortletContext.getApplicationDefinition()
           
 

Uses of PortletApplication in org.apache.jetspeed.descriptor
 

Methods in org.apache.jetspeed.descriptor that return PortletApplication
 PortletApplication JetspeedDescriptorService.read(java.lang.String name, java.lang.String contextPath, java.io.InputStream webDescriptor, java.io.InputStream portletDescriptor, java.io.InputStream jetspeedPortletDescriptor, java.lang.ClassLoader paClassLoader)
          Retrieve the PortletApp deployment descriptor (portlet.xml).
 

Uses of PortletApplication in org.apache.jetspeed.factory
 

Methods in org.apache.jetspeed.factory with parameters of type PortletApplication
 java.lang.ClassLoader PortletFactory.getPortletApplicationClassLoader(PortletApplication pa)
           
 java.util.List<javax.portlet.PortletURLGenerationListener> PortletFactory.getPortletApplicationListeners(PortletApplication pa)
           
 PortletFilterInstance PortletFactory.getPortletFilterInstance(PortletApplication pa, java.lang.String filterName)
           
 java.util.ResourceBundle PortletFactory.getResourceBundle(PortletApplication pa, java.util.Locale locale)
           
 boolean PortletFactory.isPortletApplicationRegistered(PortletApplication pa)
           
 void PortletFactory.registerPortletApplication(PortletApplication pa, java.lang.ClassLoader paClassLoader)
           
 void PortletFactory.reloadResourceBundles(PortletApplication pa)
          Tries to reload resource bundles of portlet application.
 void PortletFactory.unregisterPortletApplication(PortletApplication pa)
           
 

Uses of PortletApplication in org.apache.jetspeed.om.portlet
 

Methods in org.apache.jetspeed.om.portlet that return PortletApplication
 PortletApplication PortletDefinition.getApplication()
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.