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
- RegistryException
void startPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader) throws RegistryException
RegistryException
void stopPortletApplication(String contextName) throws RegistryException
RegistryException
void startLocalPortletApplication(String contextName, FileSystemHelper warStruct, ClassLoader paClassLoader) throws RegistryException
RegistryException
void stopLocalPortletApplication(String contextName) throws RegistryException
RegistryException
void unregisterPortletApplication(String paName) throws RegistryException
RegistryException
void tryStartPortletApplication(String contextName, String contextPath, FileSystemHelper warStruct, ClassLoader paClassLoader, int paType, long checksum, boolean silent) throws RegistryException
RegistryException
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.