Interface WebAppDeployer

  • All Known Implementing Classes:
    DefaultWebAppDeployer, GlassFishWebAppDeployer, TomcatWebAppDeployer

    public interface WebAppDeployer
    An interface which defines methods to deploy and undeploy Portlet war files on a Web Container. The realizations of this inteface will provide Container specific implementations for deploying and undeploying on the particular web containers.