Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.osgi.boot |
Modifier and Type | Method and Description |
---|---|
AppProvider |
App.getAppProvider() |
Modifier and Type | Method and Description |
---|---|
Collection<AppProvider> |
DeploymentManager.getAppProviders() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.addAppProvider(AppProvider provider) |
void |
DeploymentManager.removeAppProvider(AppProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setAppProviders(Collection<AppProvider> providers)
Set the AppProviders.
|
Constructor and Description |
---|
App(DeploymentManager manager,
AppProvider provider,
String originId)
Create an App with specified Origin ID and archivePath
|
App(DeploymentManager manager,
AppProvider provider,
String originId,
ContextHandler context)
Create an App with specified Origin ID and archivePath
|
Modifier and Type | Method and Description |
---|---|
Collection<AppProvider> |
DeploymentManagerMBean.getAppProviders() |
Modifier and Type | Class and Description |
---|---|
class |
ScanningAppProvider |
class |
WebAppProvider
The webapps directory scanning provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextProvider
AbstractContextProvider
Base class for DeploymentManager Providers that can deploy ContextHandlers into
Jetty that have been discovered via OSGI either as bundles or services.
|
class |
AbstractWebAppProvider
AbstractWebAppProvider
Base class for Jetty DeploymentManager Providers that are capable of deploying a webapp,
either from a bundle or an OSGi service.
|
class |
BundleContextProvider
BundleContextProvider
Handles deploying OSGi bundles that define a context xml file for configuring them.
|
class |
BundleWebAppProvider
BundleWebAppProvider
A Jetty Provider that knows how to deploy a WebApp contained inside a Bundle.
|
class |
ServiceContextProvider
ServiceContextProvider
Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.
|
class |
ServiceWebAppProvider
ServiceWebAppProvider
Jetty Provider that knows how to deploy a WebApp that has been registered as an OSGi service.
|
Constructor and Description |
---|
AbstractContextProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String contextFile,
String originId) |
AbstractContextProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
String originId,
org.osgi.framework.Bundle bundle,
String contextFile) |
AbstractOSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String originId) |
AbstractOSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
String originId) |
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String originId) |
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
String originId) |
ServiceContextProvider.ServiceApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String contextFile,
String originId) |
ServiceContextProvider.ServiceApp(DeploymentManager manager,
AppProvider provider,
String originId,
org.osgi.framework.Bundle bundle,
String contextFile) |
ServiceWebAppProvider.ServiceApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String originId) |
ServiceWebAppProvider.ServiceApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
String originId) |
Copyright © 1995-2015 Webtide. All Rights Reserved.