|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletApplicationManagement
PortletApplicationManagement
Field Summary | |
---|---|
static String |
LOCAL_PA_PREFIX
|
Method Summary | |
---|---|
boolean |
isStarted()
|
void |
startInternalApplication(String contextName)
|
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 |
unregisterPortletApplication(String paName)
|
Field Detail |
---|
static final String LOCAL_PA_PREFIX
Method Detail |
---|
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 startInternalApplication(String contextName) throws RegistryException
RegistryException
void stopLocalPortletApplication(String contextName) throws RegistryException
RegistryException
void unregisterPortletApplication(String paName) throws RegistryException
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |