Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
PortletApplication |
PortletRegistry.getPortletApplication(String name)
Retrieves a PortletApplication by it's unique name.
|
PortletApplication |
PortletRegistry.getPortletApplication(String name,
boolean fromCache)
Retreives a PortletApplication by it's unique name.
|
Modifier and Type | Method and Description |
---|---|
Collection<PortletApplication> |
PortletRegistry.getPortletApplications() |
Modifier and Type | Method and Description |
---|---|
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(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. |
Modifier and Type | Method and Description |
---|---|
PortletApplication |
JetspeedPortletContext.getApplicationDefinition() |
Modifier and Type | Method and Description |
---|---|
PortletApplication |
JetspeedDescriptorService.read(String name,
String contextPath,
InputStream webDescriptor,
InputStream portletDescriptor,
InputStream jetspeedPortletDescriptor,
ClassLoader paClassLoader)
Retrieve the PortletApp deployment descriptor
(portlet.xml).
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
PortletFactory.getPortletApplicationClassLoader(PortletApplication pa) |
List<javax.portlet.PortletURLGenerationListener> |
PortletFactory.getPortletApplicationListeners(PortletApplication pa) |
PortletFilterInstance |
PortletFactory.getPortletFilterInstance(PortletApplication pa,
String filterName) |
ResourceBundle |
PortletFactory.getResourceBundle(PortletApplication pa,
Locale locale) |
boolean |
PortletFactory.isPortletApplicationRegistered(PortletApplication pa) |
void |
PortletFactory.registerPortletApplication(PortletApplication pa,
ClassLoader paClassLoader) |
void |
PortletFactory.reloadResourceBundles(PortletApplication pa)
Tries to reload resource bundles of portlet application.
|
void |
PortletFactory.unregisterPortletApplication(PortletApplication pa) |
Modifier and Type | Method and Description |
---|---|
PortletApplication |
PortletDefinition.getApplication() |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.