Uses of Interface
org.eclipse.jetty.deploy.AppProvider
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
-
Uses of AppProvider in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionvoid
DeploymentManager.addAppProvider
(AppProvider provider) void
DeploymentManager.removeAppProvider
(AppProvider provider) Modifier and TypeMethodDescriptionvoid
DeploymentManager.setAppProviders
(Collection<AppProvider> providers) Set the AppProviders.ModifierConstructorDescriptionApp
(DeploymentManager manager, AppProvider provider, String originId) Create an App with specified Origin ID and archivePathApp
(DeploymentManager manager, AppProvider provider, String originId, ContextHandler context) Create an App with specified Origin ID and archivePath -
Uses of AppProvider in org.eclipse.jetty.deploy.providers
Modifier and TypeClassDescriptionclass
class
The webapps directory scanning provider. -
Uses of AppProvider in org.eclipse.jetty.osgi.boot
Modifier and TypeClassDescriptionclass
AbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.class
AbstractWebAppProviderclass
BundleContextProviderclass
BundleWebAppProviderclass
ServiceContextProvider Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.class
ServiceWebAppProviderModifierConstructorDescriptionAbstractOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) AbstractOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary<?, ?> properties, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId) ServiceApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary<String, String> properties, String originId)