| Package | Description |
|---|---|
| org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
| org.eclipse.jetty.deploy.bindings |
Jetty Deploy : Standard Deployment Bindings
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings() |
Get all
Node bound objects. |
java.util.Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings(java.lang.String nodeName) |
Get all objects bound to a specific
Node |
java.util.Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings(Node node) |
Get all objects bound to a specific
Node |
java.util.Collection<AppLifeCycle.Binding> |
DeploymentManager.getLifeCycleBindings() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AppLifeCycle.addBinding(AppLifeCycle.Binding binding) |
|
void |
DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding) |
|
void |
AppLifeCycle.removeBinding(AppLifeCycle.Binding binding) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeploymentManager.setLifeCycleBindings(java.util.Collection<AppLifeCycle.Binding> bindings) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DebugBinding |
|
class |
DebugListenerBinding |
A Deployment binding that installs a DebugListener in all deployed contexts
|
class |
GlobalWebappConfigBinding |
Provides a way of globally setting various aspects of webapp contexts.
|
class |
OrderedGroupBinding |
Provides a way of forcing the ordered execution of bindings within
a declared binding target.
|
class |
StandardDeployer |
|
class |
StandardStarter |
|
class |
StandardStopper |
|
class |
StandardUndeployer |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OrderedGroupBinding.addBinding(AppLifeCycle.Binding binding) |
|
void |
OrderedGroupBinding.addBindings(AppLifeCycle.Binding[] bindings) |
Copyright © 1995–2018 Webtide. All rights reserved.