Interface Deployer

All Known Implementing Classes:
StandardDeployer

@ManagedObject("Deployer") public interface Deployer
Deployer for ContextHandlers
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(ContextHandler contextHandler)
    Deploy a ContextHandler to the server, and start it if appropriate.
    default void
    redeploy(ContextHandler oldContextHandler, ContextHandler newContextHandler)
    Redeploy a ContextHandler to the server, and start it if appropriate.
    void
    undeploy(ContextHandler contextHandler)
    Undeploy and stop a ContextHandler.