Package | Description |
---|---|
org.eclipse.jetty.deploy | |
org.eclipse.jetty.deploy.bindings |
Modifier and Type | Method and Description |
---|---|
Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings()
Get all
Node bound objects. |
Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings(Node node)
Get all objects bound to a specific
Node |
Set<AppLifeCycle.Binding> |
AppLifeCycle.getBindings(String nodeName)
Get all objects bound to a specific
Node |
Collection<AppLifeCycle.Binding> |
DeploymentManager.getLifeCycleBindings() |
Modifier and Type | Method and Description |
---|---|
void |
AppLifeCycle.addBinding(AppLifeCycle.Binding binding) |
void |
DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding) |
void |
AppLifeCycle.removeBinding(AppLifeCycle.Binding binding) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setLifeCycleBindings(Collection<AppLifeCycle.Binding> bindings) |
Modifier and Type | Class and Description |
---|---|
class |
DebugBinding |
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 and Description |
---|---|
void |
OrderedGroupBinding.addBinding(AppLifeCycle.Binding binding) |
void |
OrderedGroupBinding.addBindings(AppLifeCycle.Binding[] bindings) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.