Uses of Class
org.eclipse.jetty.deploy.App
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
Jetty Deploy : Webapp Deployment Providers
-
Uses of App in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionDeploymentManager.AppEntry.getApp()
DeploymentManager.getAppByOriginId
(String originId) Modifier and TypeMethodDescriptionDeploymentManager.getApps()
DeploymentManager.getAppsWithSameContext
(App app) Modifier and TypeMethodDescriptionvoid
Receive an app for processing.AppProvider.createContextHandler
(App app) Create a ContextHandler for an AppDeploymentManager.getAppsWithSameContext
(App app) void
AppLifeCycle.Binding.processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.void
Remove the app from the tracking of the DeploymentManagervoid
DeploymentManager.requestAppGoal
(App app, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.void
AppLifeCycle.runBindings
(Node node, App app, DeploymentManager deploymentManager) -
Uses of App in org.eclipse.jetty.deploy.bindings
Modifier and TypeMethodDescriptionvoid
DebugBinding.processBinding
(Node node, App app) void
DebugListenerBinding.processBinding
(Node node, App app) void
GlobalWebappConfigBinding.processBinding
(Node node, App app) void
OrderedGroupBinding.processBinding
(Node node, App app) void
StandardDeployer.processBinding
(Node node, App app) void
StandardStarter.processBinding
(Node node, App app) void
StandardStopper.processBinding
(Node node, App app) void
StandardUndeployer.processBinding
(Node node, App app) -
Uses of App in org.eclipse.jetty.deploy.providers
Modifier and TypeMethodDescriptionprotected App
Called by the Scanner.DiscreteListener to create a new App object. -
Uses of App in org.eclipse.jetty.osgi.boot
Modifier and TypeClassDescriptionclass
OSGiAppclass
AbstractOSGiApp Base class representing info about a webapp/ContextHandler that is deployed into Jetty.class
OSGiApp Represents a deployable webapp.class
ServiceAppclass
ServiceAppModifier and TypeMethodDescriptionAbstractContextProvider.createContextHandler
(App app) AbstractWebAppProvider.createContextHandler
(App app) protected void
OSGiDeployer.doProcessBinding
(Node node, App app) void
OSGiDeployer.processBinding
(Node node, App app) void
OSGiUndeployer.processBinding
(Node node, App app)