Uses of Interface
org.eclipse.jetty.deploy.AppLifeCycle.Binding
Packages that use AppLifeCycle.Binding
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
-
Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy with type parameters of type AppLifeCycle.BindingModifier and TypeFieldDescriptionprivate Map<String,
List<AppLifeCycle.Binding>> AppLifeCycle.lifecyclebindings
Methods in org.eclipse.jetty.deploy that return types with arguments of type AppLifeCycle.BindingModifier and TypeMethodDescriptionAppLifeCycle.getBindings()
Get allNode
bound objects.AppLifeCycle.getBindings
(String nodeName) Get all objects bound to a specificNode
AppLifeCycle.getBindings
(Node node) Get all objects bound to a specificNode
DeploymentManager.getLifeCycleBindings()
Methods in org.eclipse.jetty.deploy with parameters of type AppLifeCycle.BindingModifier and TypeMethodDescriptionvoid
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.BindingModifier and TypeMethodDescriptionvoid
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.BindingModifier and TypeClassDescriptionclass
class
A Deployment binding that installs a DebugListener in all deployed contextsclass
Provides a way of globally setting various aspects of webapp contexts.class
Provides a way of forcing the ordered execution of bindings within a declared binding target.class
class
class
class
Fields in org.eclipse.jetty.deploy.bindings with type parameters of type AppLifeCycle.BindingModifier and TypeFieldDescriptionprivate LinkedList<AppLifeCycle.Binding>
OrderedGroupBinding._orderedBindings
Methods in org.eclipse.jetty.deploy.bindings with parameters of type AppLifeCycle.BindingModifier and TypeMethodDescriptionvoid
OrderedGroupBinding.addBinding
(AppLifeCycle.Binding binding) void
OrderedGroupBinding.addBindings
(AppLifeCycle.Binding[] bindings)