|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppLifeCycle.Binding | |
|---|---|
| org.eclipse.jetty.deploy | |
| org.eclipse.jetty.deploy.bindings | |
| Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy |
|---|
| Methods in org.eclipse.jetty.deploy that return types with arguments of type AppLifeCycle.Binding | |
|---|---|
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()
|
| Methods in org.eclipse.jetty.deploy with parameters of type AppLifeCycle.Binding | |
|---|---|
void |
AppLifeCycle.addBinding(AppLifeCycle.Binding binding)
|
void |
DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding)
|
void |
AppLifeCycle.removeBinding(AppLifeCycle.Binding binding)
|
| Method parameters in org.eclipse.jetty.deploy with type arguments of type AppLifeCycle.Binding | |
|---|---|
void |
DeploymentManager.setLifeCycleBindings(Collection<AppLifeCycle.Binding> bindings)
|
| Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy.bindings |
|---|
| Classes in org.eclipse.jetty.deploy.bindings that implement AppLifeCycle.Binding | |
|---|---|
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
|
| Methods in org.eclipse.jetty.deploy.bindings with parameters of type AppLifeCycle.Binding | |
|---|---|
void |
OrderedGroupBinding.addBinding(AppLifeCycle.Binding binding)
|
void |
OrderedGroupBinding.addBindings(AppLifeCycle.Binding[] bindings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||