Uses of Interface
org.eclipse.jetty.deploy.AppProvider
Packages that use AppProvider
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
-
Uses of AppProvider in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return AppProviderMethods in org.eclipse.jetty.deploy that return types with arguments of type AppProviderMethods in org.eclipse.jetty.deploy with parameters of type AppProviderModifier and TypeMethodDescriptionvoid
DeploymentManager.addAppProvider
(AppProvider provider) void
DeploymentManager.removeAppProvider
(AppProvider provider) Method parameters in org.eclipse.jetty.deploy with type arguments of type AppProviderModifier and TypeMethodDescriptionvoid
DeploymentManager.setAppProviders
(Collection<AppProvider> providers) Set the AppProviders.Constructors in org.eclipse.jetty.deploy with parameters of type AppProviderModifierConstructorDescriptionApp
(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
Classes in org.eclipse.jetty.deploy.providers that implement AppProviderModifier and TypeClassDescriptionclass
class
The webapps directory scanning provider. -
Uses of AppProvider in org.eclipse.jetty.osgi.boot
Classes in org.eclipse.jetty.osgi.boot that implement AppProviderModifier 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
ServiceWebAppProviderConstructors in org.eclipse.jetty.osgi.boot with parameters of type AppProviderModifierConstructorDescriptionAbstractOSGiApp
(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)