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
  • Field Summary

    Fields inherited from class org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestPortletApplicationDeployer(org.gatein.pc.portlet.container.ContainerPortletInvoker containerPortletInvoker)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    deploy(jakarta.servlet.ServletContext deployment)
     
    void
     
    void
     
    static void
    undeploy(jakarta.servlet.ServletContext deployment)
     

    Methods inherited from class org.gatein.pc.portlet.impl.deployment.PortletApplicationDeployer

    add, addListener, buildPortletApplicationMetaData, createPortletApplicationDeployment, getContainerPortletInvoker, getManagedPortletApplication, getManagedPortletApplications, isSchemaValidated, remove, removeListener, setContainerPortletInvoker, setSchemaValidated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()