Package | Description |
---|---|
org.apache.jetspeed.components.portletregistry | |
org.apache.jetspeed.tools.pamanager |
Modifier and Type | Class and Description |
---|---|
class |
FailedToStorePortletDefinitionException
FailedToStorePortletDefinitionException
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
PortletRegistry.removeClone(PortletDefinition clone)
Remove a clone from a given portlet definition
|
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 |
---|---|
void |
PortletApplicationManagement.startLocalPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader) |
void |
PortletApplicationManagement.startPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader) |
void |
PortletApplicationManagement.startPortletApplication(String contextName,
String contextPath,
FileSystemHelper warStruct,
ClassLoader paClassLoader)
Allows deployment to override the default of using the
contextName as the
context path. |
void |
PortletApplicationManagement.stopLocalPortletApplication(String contextName) |
void |
PortletApplicationManagement.stopPortletApplication(String contextName) |
void |
PortletApplicationManagement.tryStartPortletApplication(String contextName,
String contextPath,
FileSystemHelper warStruct,
ClassLoader paClassLoader,
int paType,
long checksum,
boolean silent) |
void |
PortletApplicationManagement.unregisterPortletApplication(String paName) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.