Uses of Class
org.eclipse.jetty.deploy.DeploymentManager
Packages that use DeploymentManager
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
-
Uses of DeploymentManager in org.eclipse.jetty.deploy
Methods 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.providers
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) -
Uses of DeploymentManager in org.eclipse.jetty.osgi.boot
Methods in org.eclipse.jetty.osgi.boot that return DeploymentManagerModifier and TypeMethodDescriptionAbstractContextProvider.getDeploymentManager()
AbstractWebAppProvider.getDeploymentManager()
Methods in org.eclipse.jetty.osgi.boot with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
AbstractContextProvider.setDeploymentManager
(DeploymentManager deploymentManager) void
AbstractWebAppProvider.setDeploymentManager
(DeploymentManager deploymentManager) Constructors in org.eclipse.jetty.osgi.boot with parameters of type DeploymentManagerModifierConstructorDescriptionAbstractOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) AbstractOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary<?, ?> properties, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary<String, String> properties, String originId) -
Uses of DeploymentManager in org.eclipse.jetty.osgi.boot.internal.serverfactory
Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return DeploymentManager -
Uses of DeploymentManager in org.eclipse.jetty.osgi.boot.utils
Methods in org.eclipse.jetty.osgi.boot.utils with parameters of type DeploymentManagerModifier and TypeMethodDescriptionURL[]
TldBundleDiscoverer.getUrlsForBundlesWithTlds
(DeploymentManager manager, BundleFileLocatorHelper fileLocator) Find bundles that contain tlds and convert into URL references to their location.