Package | Description |
---|---|
org.eclipse.jetty.deploy | |
org.eclipse.jetty.deploy.jmx | |
org.eclipse.jetty.deploy.providers |
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 |
ContextProvider
Context directory App Provider.
|
class |
ScanningAppProvider |
class |
WebAppProvider
Context directory App Provider.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.