Uses of Interface
org.eclipse.jetty.deploy.AppLifeCycle.Binding
-
Packages that use AppLifeCycle.Binding Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.bindings Jetty Deploy : Standard Deployment Bindingsorg.eclipse.jetty.osgi.boot -
-
Uses of AppLifeCycle.Binding in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return types with arguments of type AppLifeCycle.Binding Modifier and Type Method Description java.util.Set<AppLifeCycle.Binding>
AppLifeCycle. getBindings()
Get allNode
bound objects.java.util.Set<AppLifeCycle.Binding>
AppLifeCycle. getBindings(java.lang.String nodeName)
Get all objects bound to a specificNode
java.util.Set<AppLifeCycle.Binding>
AppLifeCycle. getBindings(Node node)
Get all objects bound to a specificNode
java.util.Collection<AppLifeCycle.Binding>
DeploymentManager. getLifeCycleBindings()
Methods in org.eclipse.jetty.deploy with parameters of type AppLifeCycle.Binding Modifier and Type Method Description 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 Modifier and Type Method Description void
DeploymentManager. setLifeCycleBindings(java.util.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 Modifier and Type Class Description class
DebugBinding
class
DebugListenerBinding
A Deployment binding that installs a DebugListener in all deployed contextsclass
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 Modifier and Type Method Description void
OrderedGroupBinding. addBinding(AppLifeCycle.Binding binding)
void
OrderedGroupBinding. addBindings(AppLifeCycle.Binding[] bindings)
-
Uses of AppLifeCycle.Binding in org.eclipse.jetty.osgi.boot
Classes in org.eclipse.jetty.osgi.boot that implement AppLifeCycle.Binding Modifier and Type Class Description class
OSGiDeployer
OSGiDeployer Extension of standard Jetty deployer that emits OSGi EventAdmin events whenever a webapp is deployed into OSGi via Jetty.class
OSGiUndeployer
OSGiUndeployer Extension of the Jetty Undeployer which emits OSGi EventAdmin events whenever a webapp is undeployed from Jetty.
-