Uses of Interface
org.eclipse.jetty.deploy.AppLifeCycle.Binding
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
-
Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy
Modifier 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()
Modifier and TypeMethodDescriptionvoid
AppLifeCycle.addBinding
(AppLifeCycle.Binding binding) void
DeploymentManager.addLifeCycleBinding
(AppLifeCycle.Binding binding) void
AppLifeCycle.removeBinding
(AppLifeCycle.Binding binding) Modifier and TypeMethodDescriptionvoid
DeploymentManager.setLifeCycleBindings
(Collection<AppLifeCycle.Binding> bindings) -
Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy.bindings
Modifier 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
Modifier and TypeMethodDescriptionvoid
OrderedGroupBinding.addBinding
(AppLifeCycle.Binding binding) void
OrderedGroupBinding.addBindings
(AppLifeCycle.Binding[] bindings) -
Uses of AppLifeCycle.Binding in org.eclipse.jetty.osgi.boot
Modifier 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.