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
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
Provides a way of forcing the ordered execution of bindings within a declared binding target.class
class
class
class
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) -
Uses of AppLifeCycle.Binding in org.eclipse.jetty.osgi
Classes in org.eclipse.jetty.osgi that implement AppLifeCycle.BindingModifier and TypeClassDescriptionclass
OSGiDeployer Extension of standard Jetty deployer that emits OSGi EventAdmin events whenever a webapp is deployed into OSGi via Jetty.class
OSGiUndeployer Extension of the Jetty Undeployer which emits OSGi EventAdmin events whenever a webapp is undeployed from Jetty.