Package org.eclipse.jetty.osgi.boot


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