Package org.gatein.pc.test
Class TestPortletApplicationDeployer
java.lang.Object
org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
org.gatein.pc.test.TestPortletApplicationDeployer
- All Implemented Interfaces:
org.gatein.pc.portlet.container.managed.PortletApplicationRegistry
public class TestPortletApplicationDeployer
extends org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
- Version:
- $Revision$
- Author:
- Chris Laprun
-
Field Summary
Fields inherited from class org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
log -
Constructor Summary
ConstructorsConstructorDescriptionTestPortletApplicationDeployer(org.gatein.pc.portlet.container.ContainerPortletInvoker containerPortletInvoker) -
Method Summary
Methods inherited from class org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer
add, addListener, buildPortletApplicationMetaData, createPortletApplicationDeployment, getContainerPortletInvoker, getManagedPortletApplication, getManagedPortletApplications, isSchemaValidated, remove, removeListener, setContainerPortletInvoker, setSchemaValidated
-
Constructor Details
-
TestPortletApplicationDeployer
public TestPortletApplicationDeployer(org.gatein.pc.portlet.container.ContainerPortletInvoker containerPortletInvoker)
-
-
Method Details
-
deploy
public static void deploy(jakarta.servlet.ServletContext deployment) -
undeploy
public static void undeploy(jakarta.servlet.ServletContext deployment) -
start
public void start() -
stop
public void stop()
-