Package | Description |
---|---|
org.eclipse.jetty.cdi | |
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.bindings |
Jetty Deploy : Standard Deployment Bindings
|
org.eclipse.jetty.osgi.boot |
Modifier and Type | Class and Description |
---|---|
class |
WeldDeploymentBinding
Perform some basic weld configuration of WebAppContext
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
AppLifeCycle.addBinding(AppLifeCycle.Binding binding) |
void |
DeploymentManager.addLifeCycleBinding(AppLifeCycle.Binding binding) |
void |
AppLifeCycle.removeBinding(AppLifeCycle.Binding binding) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setLifeCycleBindings(Collection<AppLifeCycle.Binding> bindings) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
OrderedGroupBinding.addBinding(AppLifeCycle.Binding binding) |
void |
OrderedGroupBinding.addBindings(AppLifeCycle.Binding[] bindings) |
Modifier and Type | Class and 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.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.