org.apache.jetspeed.tools.pamanager
Interface PortletApplicationManagement
public interface PortletApplicationManagement
PortletApplicationManagement
- Version:
- $Id: PortletApplicationManagement.java 593180 2007-11-08 15:00:35Z weaver $
- Author:
- Ate Douma
LOCAL_PA_PREFIX
static final String LOCAL_PA_PREFIX
- See Also:
- Constant Field Values
isStarted
boolean isStarted()
startPortletApplication
void startPortletApplication(String contextName,
String contextPath,
FileSystemHelper warStruct,
ClassLoader paClassLoader)
throws RegistryException
- Allows deployment to override the default of using the
contextName
as the
context path.
- Parameters:
contextName
- contextPath
- warStruct
- paClassLoader
-
- Throws:
RegistryException
startPortletApplication
void startPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader)
throws RegistryException
- Throws:
RegistryException
stopPortletApplication
void stopPortletApplication(String contextName)
throws RegistryException
- Throws:
RegistryException
startLocalPortletApplication
void startLocalPortletApplication(String contextName,
FileSystemHelper warStruct,
ClassLoader paClassLoader)
throws RegistryException
- Throws:
RegistryException
startInternalApplication
void startInternalApplication(String contextName)
throws RegistryException
- Throws:
RegistryException
stopLocalPortletApplication
void stopLocalPortletApplication(String contextName)
throws RegistryException
- Throws:
RegistryException
unregisterPortletApplication
void unregisterPortletApplication(String paName)
throws RegistryException
- Throws:
RegistryException
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.