Package | Description |
---|---|
org.eclipse.jetty.cdi | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.bindings |
Jetty Deploy : Standard Deployment Bindings
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.osgi.boot |
Modifier and Type | Method and Description |
---|---|
void |
WeldDeploymentBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
App |
DeploymentManager.AppEntry.getApp() |
App |
DeploymentManager.getAppByOriginId(String originId) |
Modifier and Type | Method and Description |
---|---|
Collection<App> |
DeploymentManager.getApps() |
Collection<App> |
DeploymentManager.getApps(Node node)
|
Collection<App> |
DeploymentManager.getApps(String nodeName) |
List<App> |
DeploymentManager.getAppsWithSameContext(App app) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.addApp(App app)
Receive an app for processing.
|
ContextHandler |
AppProvider.createContextHandler(App app)
Create a ContextHandler for an App
|
List<App> |
DeploymentManager.getAppsWithSameContext(App app) |
void |
AppLifeCycle.Binding.processBinding(Node node,
App app)
Event called to process a
AppLifeCycle binding. |
void |
DeploymentManager.removeApp(App app)
Remove the app from the tracking of the DeploymentManager
|
void |
DeploymentManager.requestAppGoal(App app,
String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |
void |
AppLifeCycle.runBindings(Node node,
App app,
DeploymentManager deploymentManager) |
Modifier and Type | Method and Description |
---|---|
void |
StandardUndeployer.processBinding(Node node,
App app) |
void |
StandardStopper.processBinding(Node node,
App app) |
void |
StandardStarter.processBinding(Node node,
App app) |
void |
StandardDeployer.processBinding(Node node,
App app) |
void |
OrderedGroupBinding.processBinding(Node node,
App app) |
void |
GlobalWebappConfigBinding.processBinding(Node node,
App app) |
void |
DebugBinding.processBinding(Node node,
App app) |
Modifier and Type | Method and Description |
---|---|
protected App |
ScanningAppProvider.createApp(String filename)
Called by the Scanner.DiscreteListener to create a new App object.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,App> |
ScanningAppProvider.getDeployedApps() |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
WebAppProvider.createContextHandler(App app) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextProvider.OSGiApp
OSGiApp
|
class |
AbstractOSGiApp
AbstractOSGiApp
Base class representing info about a webapp/ContextHandler that is deployed into Jetty.
|
class |
AbstractWebAppProvider.OSGiApp
OSGiApp
|
class |
ServiceContextProvider.ServiceApp
ServiceApp
|
class |
ServiceWebAppProvider.ServiceApp
ServiceApp
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AbstractWebAppProvider.createContextHandler(App app) |
ContextHandler |
AbstractContextProvider.createContextHandler(App app) |
void |
OSGiUndeployer.processBinding(Node node,
App app) |
void |
OSGiDeployer.processBinding(Node node,
App app) |
Copyright © 1995-2015 Webtide. All Rights Reserved.