Uses of Class
org.eclipse.jetty.deploy.App
-
Packages that use App Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.bindings Jetty Deploy : Standard Deployment Bindingsorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providers -
-
Uses of App in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as App Modifier and Type Field Description private App
DeploymentManager.AppEntry. app
The app being tracked.Methods in org.eclipse.jetty.deploy that return App Modifier and Type Method Description App
DeploymentManager.AppEntry. getApp()
App
DeploymentManager. getAppByOriginId(java.lang.String originId)
Methods in org.eclipse.jetty.deploy that return types with arguments of type App Modifier and Type Method Description java.util.Collection<App>
DeploymentManager. getApps()
java.util.Collection<App>
DeploymentManager. getApps(java.lang.String nodeName)
java.util.Collection<App>
DeploymentManager. getApps(Node node)
java.util.List<App>
DeploymentManager. getAppsWithSameContext(App app)
Methods in org.eclipse.jetty.deploy with parameters of type App Modifier and Type Method Description void
DeploymentManager. addApp(App app)
Receive an app for processing.ContextHandler
AppProvider. createContextHandler(App app)
Create a ContextHandler for an Appjava.util.List<App>
DeploymentManager. getAppsWithSameContext(App app)
void
AppLifeCycle.Binding. processBinding(Node node, App app)
Event called to process aAppLifeCycle
binding.void
DeploymentManager. removeApp(App app)
Remove the app from the tracking of the DeploymentManagervoid
DeploymentManager. requestAppGoal(App app, java.lang.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
Methods in org.eclipse.jetty.deploy.bindings with parameters of type App Modifier and Type Method Description void
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.jmx
Methods in org.eclipse.jetty.deploy.jmx with parameters of type App Modifier and Type Method Description private java.lang.String
DeploymentManagerMBean. toRef(App app)
-
Uses of App in org.eclipse.jetty.deploy.providers
Fields in org.eclipse.jetty.deploy.providers with type parameters of type App Modifier and Type Field Description private java.util.Map<java.lang.String,App>
ScanningAppProvider. _appMap
Methods in org.eclipse.jetty.deploy.providers that return App Modifier and Type Method Description protected App
ScanningAppProvider. createApp(java.lang.String filename)
Called by the Scanner.DiscreteListener to create a new App object.Methods in org.eclipse.jetty.deploy.providers that return types with arguments of type App Modifier and Type Method Description protected java.util.Map<java.lang.String,App>
ScanningAppProvider. getDeployedApps()
Methods in org.eclipse.jetty.deploy.providers with parameters of type App Modifier and Type Method Description ContextHandler
WebAppProvider. createContextHandler(App app)
-