Interface AppProvider

    • Method Detail

      • setDeploymentManager

        void setDeploymentManager​(DeploymentManager deploymentManager)
        Set the Deployment Manager
        Parameters:
        deploymentManager - the deployment manager
        Throws:
        java.lang.IllegalStateException - if the provider LifeCycle.isRunning().
      • createContextHandler

        ContextHandler createContextHandler​(App app)
                                     throws java.lang.Exception
        Create a ContextHandler for an App
        Parameters:
        app - The App
        Returns:
        A ContextHandler
        Throws:
        java.io.IOException - if unable to create context
        java.lang.Exception - if unable to create context