AbstractContextProvider |
AbstractContextProvider
Base class for DeploymentManager Providers that can deploy ContextHandlers into
Jetty that have been discovered via OSGI either as bundles or services.
|
AbstractOSGiApp |
AbstractOSGiApp
Base class representing info about a webapp/ContextHandler that is deployed into Jetty.
|
AbstractWebAppProvider |
AbstractWebAppProvider
|
BundleContextProvider |
BundleContextProvider
|
BundleWebAppProvider |
BundleWebAppProvider
|
JettyBootstrapActivator |
JettyBootstrapActivator
|
OSGiDeployer |
OSGiDeployer
Extension of standard Jetty deployer that emits OSGi EventAdmin
events whenever a webapp is deployed into OSGi via Jetty.
|
OSGiServerConstants |
OSGiServerConstants
Name of the properties that configure a jetty Server OSGi service.
|
OSGiUndeployer |
OSGiUndeployer
Extension of the Jetty Undeployer which emits OSGi EventAdmin events
whenever a webapp is undeployed from Jetty.
|
OSGiWebappConstants |
OSGiWebappConstants
Constants (MANIFEST headers, service properties etc) associated with deploying
webapps into OSGi via Jetty.
|
OSGiWebInfConfiguration |
OSGiWebInfConfiguration
Handle adding resources found in bundle fragments, and add them into the
|
ServiceContextProvider |
ServiceContextProvider
Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.
|
ServiceWebAppProvider |
ServiceWebAppProvider
|