Interface | Description |
---|---|
BundleProvider |
BundleProvider
Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as osgi bundles.
|
ServiceProvider |
ServiceProvider
Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as OSGi services.
|
Class | Description |
---|---|
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
Base class for Jetty DeploymentManager Providers that are capable of deploying a webapp,
either from a bundle or an OSGi service.
|
BundleContextProvider |
BundleContextProvider
Handles deploying OSGi bundles that define a context xml file for configuring them.
|
BundleWebAppProvider |
BundleWebAppProvider
A Jetty Provider that knows how to deploy a WebApp contained inside a Bundle.
|
JettyBootstrapActivator |
JettyBootstrapActivator
Bootstrap jetty and publish a default Server instance as an OSGi service.
|
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
Jetty Provider that knows how to deploy a WebApp that has been registered as an OSGi service.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.