public interface PortletApplicationManagement
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_PA_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStarted() |
void |
startLocalPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader) |
void |
startPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader) |
void |
startPortletApplication(String contextName,
String contextPath,
FileSystemHelper warStruct,
ClassLoader paClassLoader)
Allows deployment to override the default of using the
contextName as the
context path. |
void |
stopLocalPortletApplication(String contextName) |
void |
stopPortletApplication(String contextName) |
void |
tryStartPortletApplication(String contextName,
String contextPath,
FileSystemHelper warStruct,
ClassLoader paClassLoader,
int paType,
long checksum,
boolean silent) |
void |
unregisterPortletApplication(String paName) |
static final String LOCAL_PA_PREFIX
boolean isStarted()
void startPortletApplication(String contextName, String contextPath, FileSystemHelper warStruct, ClassLoader paClassLoader) throws RegistryException
contextName as the
context path.contextName - contextPath - warStruct - paClassLoader - RegistryExceptionvoid startPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader) throws RegistryException
RegistryExceptionvoid stopPortletApplication(String contextName) throws RegistryException
RegistryExceptionvoid startLocalPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader) throws RegistryException
RegistryExceptionvoid stopLocalPortletApplication(String contextName) throws RegistryException
RegistryExceptionvoid unregisterPortletApplication(String paName) throws RegistryException
RegistryExceptionvoid tryStartPortletApplication(String contextName, String contextPath, FileSystemHelper warStruct, ClassLoader paClassLoader, int paType, long checksum, boolean silent) throws RegistryException
RegistryExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.