Uses of Class
org.eclipse.jetty.deploy.DeploymentManager
Packages that use DeploymentManager
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
-
Uses of DeploymentManager in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as DeploymentManagerMethods in org.eclipse.jetty.deploy that return DeploymentManagerMethods in org.eclipse.jetty.deploy with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
AppLifeCycle.runBindings
(Node node, App app, DeploymentManager deploymentManager) void
AppProvider.setDeploymentManager
(DeploymentManager deploymentManager) Set the Deployment ManagerConstructors in org.eclipse.jetty.deploy with parameters of type DeploymentManagerModifierConstructorDescriptionApp
(DeploymentManager manager, AppProvider provider, String originId) Create an App with specified Origin ID and archivePathApp
(DeploymentManager manager, AppProvider provider, String originId, ContextHandler context) Create an App with specified Origin ID and archivePath -
Uses of DeploymentManager in org.eclipse.jetty.deploy.jmx
Fields in org.eclipse.jetty.deploy.jmx declared as DeploymentManager -
Uses of DeploymentManager in org.eclipse.jetty.deploy.providers
Fields in org.eclipse.jetty.deploy.providers declared as DeploymentManagerModifier and TypeFieldDescriptionprivate DeploymentManager
ScanningAppProvider._deploymentManager
Methods in org.eclipse.jetty.deploy.providers that return DeploymentManagerModifier and TypeMethodDescriptionScanningAppProvider.getDeploymentManager()
Get the deploymentManager.Methods in org.eclipse.jetty.deploy.providers with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
ScanningAppProvider.setDeploymentManager
(DeploymentManager deploymentManager)