org.jboss.portal.core.deployment.jboss
Class PortletAppDeployment
java.lang.Object
org.jboss.portal.server.deployment.jboss.Deployment
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment
org.jboss.portal.core.deployment.jboss.PortletAppDeployment
public class PortletAppDeployment
- extends PortletAppDeployment
- Version:
- $Revision: 9082 $
- Author:
- Julien Viet
Method Summary |
protected void |
injectServices()
Inject service proxies into the context of the web application if it is needed. |
void |
start()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OVERWRITE_IF_EXISTS
public static final int OVERWRITE_IF_EXISTS
- .
- See Also:
- Constant Field Values
KEEP_IF_EXISTS
public static final int KEEP_IF_EXISTS
- .
- See Also:
- Constant Field Values
PortletAppDeployment
public PortletAppDeployment(java.net.URL url,
PortalWebApp pwa,
javax.management.MBeanServer mbeanServer,
PortletAppDeploymentFactory factory)
start
public void start()
throws org.jboss.deployment.DeploymentException
- Overrides:
start
in class PortletAppDeployment
- Throws:
org.jboss.deployment.DeploymentException
injectServices
protected void injectServices()
- Inject service proxies into the context of the web application if it is needed.