接口 org.eclipse.jetty.deploy.AppLifeCycle.Binding
的使用

使用 AppLifeCycle.Binding 的软件包
org.eclipse.jetty.deploy   
org.eclipse.jetty.deploy.bindings   
 

org.eclipse.jetty.deployAppLifeCycle.Binding 的使用
 

返回变量类型为 AppLifeCycle.Binding 的类型的 org.eclipse.jetty.deploy 中的方法
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings()
          Get all Node bound objects.
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings(Node node)
          Get all objects bound to a specific Node
 Set<AppLifeCycle.Binding> AppLifeCycle.getBindings(String nodeName)
          Get all objects bound to a specific Node
 Collection<AppLifeCycle.Binding> DeploymentManager.getLifeCycleBindings()
           
 

参数类型为 AppLifeCycle.Bindingorg.eclipse.jetty.deploy 中的方法
 void AppLifeCycle.addBinding(AppLifeCycle.Binding binding)
           
 void DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding)
           
 void AppLifeCycle.removeBinding(AppLifeCycle.Binding binding)
           
 

类型变量类型为 AppLifeCycle.Bindingorg.eclipse.jetty.deploy 中的方法参数
 void DeploymentManager.setLifeCycleBindings(Collection<AppLifeCycle.Binding> bindings)
           
 

org.eclipse.jetty.deploy.bindingsAppLifeCycle.Binding 的使用
 

实现 AppLifeCycle.Bindingorg.eclipse.jetty.deploy.bindings 中的类
 class DebugBinding
           
 class 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
           
 

参数类型为 AppLifeCycle.Bindingorg.eclipse.jetty.deploy.bindings 中的方法
 void OrderedGroupBinding.addBinding(AppLifeCycle.Binding binding)
           
 void OrderedGroupBinding.addBindings(AppLifeCycle.Binding[] bindings)
           
 



Copyright © 2013. All Rights Reserved.