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 Bindings -
-
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)
-