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 allNodebound objects.java.util.Set<AppLifeCycle.Binding>AppLifeCycle. getBindings(java.lang.String nodeName)Get all objects bound to a specificNodejava.util.Set<AppLifeCycle.Binding>AppLifeCycle. getBindings(Node node)Get all objects bound to a specificNodejava.util.Collection<AppLifeCycle.Binding>DeploymentManager. getLifeCycleBindings()Methods in org.eclipse.jetty.deploy with parameters of type AppLifeCycle.Binding Modifier and Type Method Description voidAppLifeCycle. addBinding(AppLifeCycle.Binding binding)voidDeploymentManager. addLifeCycleBinding(AppLifeCycle.Binding binding)voidAppLifeCycle. removeBinding(AppLifeCycle.Binding binding)Method parameters in org.eclipse.jetty.deploy with type arguments of type AppLifeCycle.Binding Modifier and Type Method Description voidDeploymentManager. 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 classDebugBindingclassDebugListenerBindingA Deployment binding that installs a DebugListener in all deployed contextsclassGlobalWebappConfigBindingProvides a way of globally setting various aspects of webapp contexts.classOrderedGroupBindingProvides a way of forcing the ordered execution of bindings within a declared binding target.classStandardDeployerclassStandardStarterclassStandardStopperclassStandardUndeployerMethods in org.eclipse.jetty.deploy.bindings with parameters of type AppLifeCycle.Binding Modifier and Type Method Description voidOrderedGroupBinding. addBinding(AppLifeCycle.Binding binding)voidOrderedGroupBinding. 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 classOSGiDeployerOSGiDeployer Extension of standard Jetty deployer that emits OSGi EventAdmin events whenever a webapp is deployed into OSGi via Jetty.classOSGiUndeployerOSGiUndeployer Extension of the Jetty Undeployer which emits OSGi EventAdmin events whenever a webapp is undeployed from Jetty.
-