Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.osgi.boot | |
org.eclipse.jetty.osgi.boot.internal.serverfactory | |
org.eclipse.jetty.osgi.boot.jasper | |
org.eclipse.jetty.osgi.boot.utils |
Modifier and Type | Method and Description |
---|---|
DeploymentManager |
App.getDeploymentManager() |
Modifier and Type | Method and Description |
---|---|
void |
AppLifeCycle.runBindings(Node node,
App app,
DeploymentManager deploymentManager) |
void |
AppProvider.setDeploymentManager(DeploymentManager deploymentManager)
Set the Deployment Manager
|
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 |
---|---|
DeploymentManager |
ScanningAppProvider.getDeploymentManager()
Get the deploymentManager.
|
Modifier and Type | Method and Description |
---|---|
void |
ScanningAppProvider.setDeploymentManager(DeploymentManager deploymentManager) |
Modifier and Type | Method and Description |
---|---|
DeploymentManager |
AbstractWebAppProvider.getDeploymentManager() |
DeploymentManager |
AbstractContextProvider.getDeploymentManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWebAppProvider.setDeploymentManager(DeploymentManager deploymentManager) |
void |
AbstractContextProvider.setDeploymentManager(DeploymentManager deploymentManager) |
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) |
Modifier and Type | Method and Description |
---|---|
DeploymentManager |
ServerInstanceWrapper.getDeploymentManager() |
Modifier and Type | Method and Description |
---|---|
URL[] |
JSTLBundleDiscoverer.getUrlsForBundlesWithTlds(DeploymentManager deployer,
BundleFileLocatorHelper locatorHelper)
The jasper TldScanner expects a URLClassloader to parse a jar for the
/META-INF/*.tld it may contain.
|
URL[] |
ContainerTldBundleDiscoverer.getUrlsForBundlesWithTlds(DeploymentManager deploymentManager,
BundleFileLocatorHelper locatorHelper)
Check the System property "org.eclipse.jetty.osgi.tldbundles" for names of
bundles that contain tlds and convert to URLs.
|
Modifier and Type | Method and Description |
---|---|
URL[] |
TldBundleDiscoverer.getUrlsForBundlesWithTlds(DeploymentManager manager,
BundleFileLocatorHelper fileLocator)
Find bundles that contain tlds and convert into URL references to their location.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.