|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegistryException | |
|---|---|
| org.apache.jetspeed.components.portletregistry | |
| org.apache.jetspeed.tools.pamanager | |
| Uses of RegistryException in org.apache.jetspeed.components.portletregistry |
|---|
| Subclasses of RegistryException in org.apache.jetspeed.components.portletregistry | |
|---|---|
class |
FailedToStorePortletDefinitionException
FailedToStorePortletDefinitionException |
| Methods in org.apache.jetspeed.components.portletregistry that throw RegistryException | |
|---|---|
org.apache.pluto.om.common.Language |
PortletRegistry.createLanguage(Locale locale,
String title,
String shortTitle,
String description,
Collection keywords)
|
void |
PortletRegistry.registerPortletApplication(org.apache.pluto.om.portlet.PortletApplicationDefinition newApp)
Creates a new PortletApplicationDefinition
within the Portal. |
void |
PortletRegistry.removeApplication(org.apache.pluto.om.portlet.PortletApplicationDefinition app)
|
void |
PortletRegistry.updatePortletApplication(org.apache.pluto.om.portlet.PortletApplicationDefinition app)
Makes any changes to the PortletApplicationDefinition
persistent. |
| Uses of RegistryException in org.apache.jetspeed.tools.pamanager |
|---|
| Methods in org.apache.jetspeed.tools.pamanager that throw RegistryException | |
|---|---|
void |
PortletApplicationManagement.startInternalApplication(String contextName)
|
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.unregisterPortletApplication(String paName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||