Index

A B C D E F G I J L M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractContextProvider - Class in org.eclipse.jetty.osgi.boot
AbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.
AbstractContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider
 
AbstractContextProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
OSGiApp
AbstractOSGiApp - Class in org.eclipse.jetty.osgi.boot
AbstractOSGiApp Base class representing info about a webapp/ContextHandler that is deployed into Jetty.
AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary<?, ?>, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
AbstractWebAppProvider - Class in org.eclipse.jetty.osgi.boot
AbstractWebAppProvider
AbstractWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
AbstractWebAppProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
OSGiApp Represents a deployable webapp.
addClassPath(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
Parse the classpath ourselves to be able to filter things.
addClassThatIdentifiesAJarThatMustBeRejected(Class<?>) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
addClassThatIdentifiesAJarThatMustBeRejected(String) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
addContainerTldBundleDiscoverer(TldBundleDiscoverer) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
 
addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider.WebAppTracker
 
addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 
addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
 
addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
 
AnnotationConfiguration - Class in org.eclipse.jetty.osgi.annotations
Extend the AnnotationConfiguration to support OSGi: Look for annotations inside WEB-INF/lib and also in the fragments and required bundles.
AnnotationConfiguration() - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
AnnotationConfiguration.BundleParserTask - Class in org.eclipse.jetty.osgi.annotations
 
AnnotationParser - Class in org.eclipse.jetty.osgi.annotations
 
AnnotationParser(int) - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
applyMetaInfContextXml(Resource, String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 

B

bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
 
bundleAdded(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
 
bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
A bundle has been added that could be a webapp
BundleClassLoaderHelper - Interface in org.eclipse.jetty.osgi.boot.utils
BundleClassLoaderHelper
BundleClassLoaderHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
BundleClassLoaderHelperFactory Get a class loader helper adapted for the particular osgi environment.
BundleContextProvider - Class in org.eclipse.jetty.osgi.boot
BundleContextProvider
BundleContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider
 
BundleContextProvider.ContextBundleTracker - Class in org.eclipse.jetty.osgi.boot
 
BundleFileLocatorHelper - Interface in org.eclipse.jetty.osgi.boot.utils
BundleFileLocatorHelper
BundleFileLocatorHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
BundleFileLocatorHelperFactory Obtain a helper for locating files based on the bundle.
BundleParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
 
BundleProvider - Interface in org.eclipse.jetty.osgi.boot
BundleProvider Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as osgi bundles.
bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
Bundle has been removed.
bundleRemoved(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
 
bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
Bundle has been removed.
BundleWebAppProvider - Class in org.eclipse.jetty.osgi.boot
BundleWebAppProvider
BundleWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
 
BundleWebAppProvider.WebAppTracker - Class in org.eclipse.jetty.osgi.boot
 

C

call() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
 
CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
The name of the custom implementation for this interface in a fragment.
CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
The name of the custom implementation for this interface in a fragment.
collectFragmentsAndRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Returns the fragments and the required-bundles.
collectRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
A simplistic but good enough parser for the Require-Bundle header.
configure(Server, List<URL>, Dictionary<String, Object>) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
configure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
Allow fragments to supply some resources that are added to the baseResource of the webapp.
configureContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
configureWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
CONTAINER_BUNDLE_PATTERN - Static variable in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
Regex of symbolic names of bundles that should be considered to be on the container classpath
ContextBundleTracker(BundleContext, String) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
 
ContextTracker(BundleContext, Filter) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
 
createAnnotationParser(int) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
This parser scans the bundles using the OSGi APIs instead of assuming a jar.
createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
 
createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
createFilter(BundleContext, String, String) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
Create an osgi filter for the given classname and server name.
createLibEtcClassLoader(File, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
createLibExtClassLoader(List<File>, List<URL>, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
createWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 

D

DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
The default instance supports felix and equinox
DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
The default instance supports felix and equinox
DEFAULT_JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Set of config files to apply to a jetty Server instance if none are supplied by SYS_PROP_JETTY_ETC_FILES
DEFAULT_JETTYHOME - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Default location within bundle of a jetty home dir.
DEFAULT_PROTECTED_OSGI_TARGETS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Set of extra dirs that must not be served by osgi webapps
DefaultBundleClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
DefaultBundleClassLoaderHelper
DefaultBundleClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
 
DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
DefaultFileLocatorHelper
DefaultFileLocatorHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
 
DefaultJettyAtJettyHomeHelper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
DefaultJettyAtJettyHomeHelper
DefaultJettyAtJettyHomeHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
 
DEPLOYED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
DEPLOYING_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
 
deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
 
doProcessBinding(Node, App) - Method in class org.eclipse.jetty.osgi.boot.OSGiDeployer
 
doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
 
doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
 
doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
 
doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
 
doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
 
doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
 
doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
 
doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
 

E

EventSender - Class in org.eclipse.jetty.osgi.boot.utils
Utility class for emitting OSGi EventAdmin events

F

FAILED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
FakeURLClassLoader - Class in org.eclipse.jetty.osgi.boot.utils
FakeURLClassLoader
FakeURLClassLoader(ClassLoader, URL[]) - Constructor for class org.eclipse.jetty.osgi.boot.utils.FakeURLClassLoader
 
fileNamesAsURLs(String, String) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
Treating the string as a separated list of filenames, convert and return the list of urls.
findClass(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
findClass(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
 
findDir(Bundle, String) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Get a resource representing a directory inside a bundle.
findEntries(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the findEntries method.
findEntries(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the Bundle#findEntries method.
findFile(String, String, String, Bundle) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
findJars(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
Consider the fragment bundles associated with the bundle of the webapp being deployed.
findResource(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
FRAGMENT_AND_REQUIRED_BUNDLES - Static variable in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
FRAGMENT_AND_REQUIRED_RESOURCES - Static variable in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
frameworkHasCompletedAutostarts() - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 

G

getBundle() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getBundle() - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
Returns the Bundle that defined this web-application.
getBundle(Resource) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
getBundleClassLoader(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
 
getBundleClassLoader(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
Assuming the bundle is started.
getBundleInstallLocation(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Works with equinox, felix, nuxeo and probably more.
getBundleInstallLocation(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Works with equinox, felix, nuxeo and probably more.
getBundlePath() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
getBundleSymbolicName() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getBundleVersionAsString() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getContainerTldBundleDiscoverers() - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getContextFile() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
getContextHandlerCollection() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getContextPath() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
Get the defaultsDescriptor.
getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
 
getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getFactory() - Static method in class org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelperFactory
 
getFactory() - Static method in class org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelperFactory
 
getFileAsResource(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getFileAsResource(String, String) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getFileInBundle(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Locate a file inside a bundle.
getFileInBundle(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Locate a file inside a bundle.
getFilePath() - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
getFileURL(URL) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Only useful for equinox: on felix we get the file:// url already.
getFileURL(URL) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Only useful for equinox: on felix we get the file:// url already.
getFragments(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Helper to access the PackageAdmin and return the fragments hosted by a bundle.
getFragmentsAndRequiredBundles(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Returns the fragments and the required-bundles of a bundle.
getHelper() - Method in class org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelperFactory
 
getHelper() - Method in class org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelperFactory
 
getInstance() - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
getInstance() - Static method in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
getLocalURL(URL) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
Only useful for equinox: on felix we get the file:// or jar:// url already.
getLocalURL(URL) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
Only useful for equinox: on felix we get the file:// or jar:// url already.
getManagedServerName() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getManifestHeaderValue(String, String, Dictionary<String, String>) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
Get the value of a manifest header.
getManifestHeaderValue(String, Dictionary<String, String>) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
Get the value of a manifest header.
getOriginId(Bundle, String) - Static method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
getParentClassLoaderForWebapps() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
The classloader that should be the parent classloader for each webapp deployed on this server.
getPathsToRequiredBundles(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
getRegistration() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
getResource(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
getResource(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
Get a resource from the classloader Copied from WebAppClassLoader
getResource(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
getResources(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
getResources(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
 
getServer() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
getServerInstanceWrapper() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
 
getServerInstanceWrapper() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
getSysPropertyName() - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
getTldBundles() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
getURI(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
getURLs() - Method in class org.eclipse.jetty.osgi.boot.utils.FakeURLClassLoader
 
getUrlsForBundlesWithTlds(DeploymentManager, BundleFileLocatorHelper) - Method in interface org.eclipse.jetty.osgi.boot.utils.TldBundleDiscoverer
Find bundles that contain tlds and convert into URL references to their location.

I

indexBundle(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
Keep track of a jetty URI Resource and its associated OSGi bundle.
INSTANCE - Static variable in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
isExtract() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
Get the parentLoaderPriority.

J

JAR_WITH_SUCH_CLASS_MUST_BE_EXCLUDED - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
when a logging framework is setup in the osgi classloaders, it can access this and register the classes that must not be found in the jar.
JETTY_BASE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
 
JETTY_BUNDLE_INSTALL_LOCATION_OVERRIDE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path to the base folder that overrides the computed bundle installation location if not null useful to install webapps or jetty context files that are in fact not embedded in a bundle
JETTY_BUNDLE_ROOT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
installation path of webapp bundle
JETTY_CONTEXT_FILE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
List of relative pathes within the bundle to the jetty context files.
JETTY_DEFAULT_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
defaultweb.xml file path
JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
contains a comma separated list of paths to the etc/jetty-*.xml files
JETTY_EXTRA_CLASSPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Extra classpath
JETTY_HOME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Usual system property used as the hostname for a typical jetty configuration.
JETTY_HOME_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
System property to point to a bundle that embeds a jetty configuration and that jetty configuration should be the default jetty server.
JETTY_HOST - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Usual system property used as the hostname for a typical jetty configuration.
JETTY_OSGI_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the servlet context attribute that points to the bundle object.
JETTY_PORT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Usual system property used as the port for http for a typical jetty configuration.
JETTY_PORT_SSL - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Usual system property used as the port for https for a typical jetty configuration.
JETTY_WAR_FRAGMENT_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
JETTY_WAR_PREPEND_FRAGMENT_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within a fragment hosted by a web-bundle to a folder that contains basic resources.
JETTY_WAR_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
path within the bundle to the folder that contains the basic resources.
JETTY_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
web.xml file path
JettyBootstrapActivator - Class in org.eclipse.jetty.osgi.boot
JettyBootstrapActivator
JettyBootstrapActivator() - Constructor for class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
 
JettyServerServiceTracker - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
JettyServerServiceTracker Tracks instances of Jetty Servers, and configures them so that they can deploy webapps or ContextHandlers discovered from the OSGi environment.
JettyServerServiceTracker() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 

L

LibExtClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.internal.webapp
LibExtClassLoaderHelper
LibExtClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
LibExtClassLoaderHelper.IFilesInJettyHomeResourcesProcessor - Interface in org.eclipse.jetty.osgi.boot.internal.webapp
IFilesInJettyHomeResourcesProcessor Interface for callback impls
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
loadAsResource(String, boolean) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
Try to load the class from the bundle classloader.
loadClass(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
 
loadClass(String, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
 
locateJarsInsideBundle(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
If the bundle is a jar, returns the jar.
locateJarsInsideBundle(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
If the bundle is a jar, returns the jar.

M

MANAGED_JETTY_SERVER_DEFAULT_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
Name of the 'default' jetty server instance.
MANAGED_JETTY_SERVER_FACTORY_PID - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
PID of the jetty servers's ManagedFactory
MANAGED_JETTY_SERVER_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked.
MANAGED_JETTY_SHARED_LIB_FOLDER_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
List of URLs to the folders where the legacy J2EE shared libraries are stored aka lib/ext, lib/jsp etc.
MANAGED_JETTY_XML_CONFIG_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
List of URLs to the jetty.xml files that configure th server.
match(String, String...) - Static method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
 
modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 
modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
 
modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
 

N

newWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 

O

org.eclipse.jetty.osgi.annotations - package org.eclipse.jetty.osgi.annotations
 
org.eclipse.jetty.osgi.boot - package org.eclipse.jetty.osgi.boot
 
org.eclipse.jetty.osgi.boot.internal.serverfactory - package org.eclipse.jetty.osgi.boot.internal.serverfactory
 
org.eclipse.jetty.osgi.boot.internal.webapp - package org.eclipse.jetty.osgi.boot.internal.webapp
 
org.eclipse.jetty.osgi.boot.utils - package org.eclipse.jetty.osgi.boot.utils
 
org.eclipse.jetty.osgi.boot.utils.internal - package org.eclipse.jetty.osgi.boot.utils.internal
 
OSGI_BUNDLECONTEXT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
See OSGi r4 p.427
OSGI_WEB_CONTEXTPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
service property osgi.web.contextpath.
OSGI_WEB_SYMBOLICNAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
service property osgi.web.symbolicname.
OSGI_WEB_VERSION - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
service property osgi.web.symbolicname.
OSGiApp(DeploymentManager, AppProvider, String, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
OSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
OSGiClassLoader - Class in org.eclipse.jetty.osgi.boot.utils
OSGiClassLoader Class loader that is aware of a bundle.
OSGiClassLoader(ClassLoader, Bundle) - Constructor for class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
 
OSGiDeployer - Class in org.eclipse.jetty.osgi.boot
OSGiDeployer Extension of standard Jetty deployer that emits OSGi EventAdmin events whenever a webapp is deployed into OSGi via Jetty.
OSGiDeployer(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.OSGiDeployer
 
OSGiMetaInfConfiguration - Class in org.eclipse.jetty.osgi.boot
OSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the
OSGiMetaInfConfiguration() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
OSGiServerConstants - Class in org.eclipse.jetty.osgi.boot
OSGiServerConstants Name of the properties that configure a jetty Server OSGi service.
OSGiServerConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiServerConstants
 
OSGiUndeployer - Class in org.eclipse.jetty.osgi.boot
OSGiUndeployer Extension of the Jetty Undeployer which emits OSGi EventAdmin events whenever a webapp is undeployed from Jetty.
OSGiUndeployer(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.OSGiUndeployer
 
OSGiWebappClassLoader - Class in org.eclipse.jetty.osgi.boot.internal.webapp
OSGiWebappClassLoader Extends the webapp classloader to also use the classloader of the Bundle defining the webapp.
OSGiWebappClassLoader(ClassLoader, WebAppContext, Bundle) - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
 
OSGiWebappConstants - Class in org.eclipse.jetty.osgi.boot
OSGiWebappConstants Constants (MANIFEST headers, service properties etc) associated with deploying webapps into OSGi via Jetty.
OSGiWebappConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
 
OSGiWebInfConfiguration - Class in org.eclipse.jetty.osgi.boot
OSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the
OSGiWebInfConfiguration() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
 

P

PackageAdminServiceTracker - Class in org.eclipse.jetty.osgi.boot.utils.internal
PackageAdminServiceTracker
PackageAdminServiceTracker(BundleContext) - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
parse(Set<? extends AnnotationParser.Handler>, URI[]) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
parse(Set<? extends AnnotationParser.Handler>, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
 
parseBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
parseFragmentBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a fragment bundle for servlet annotations
parseRequiredBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a bundle required by the webbundle for servlet annotations
parseWebBundle(WebAppContext, AnnotationParser, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Scan a bundle required by the webbundle for servlet annotations
parseWebInfClasses(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
Check to see if there have been any bundle symbolic names added of bundles that should be regarded as being on the container classpath, and scanned for fragments, tlds etc etc.
processBinding(Node, App) - Method in class org.eclipse.jetty.osgi.boot.OSGiDeployer
 
processBinding(Node, App) - Method in class org.eclipse.jetty.osgi.boot.OSGiUndeployer
 
processFilesInResourcesFolder(File, Map<String, File>) - Method in interface org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper.IFilesInJettyHomeResourcesProcessor
 
processFilesInResourcesFolder(File, Map<String, File>) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
When we find files typically used for central logging configuration we do what it takes in this method to do what the user expects.
PROPERTY_THIS_JETTY_XML_FOLDER_URL - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
The value of this property points to the parent director of the jetty.xml configuration file currently executed.

R

registerAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
registerAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
 
registerAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
 
registeredFilesInJettyHomeResourcesProcessors - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
 
removedBundle(Bundle, BundleEvent, Object) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
 
removedBundle(Bundle, BundleEvent, Object) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider.WebAppTracker
 
removedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
 
removedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
 
removedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
 
replaces() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
 
replaces() - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
replaces() - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
 
REQUIRE_TLD_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Comma separated list of bundles that contain tld file used by the webapp.
resolvePropertyValue(String) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
recursively substitute the ${sysprop} by their actual system property.
RFC66_JSP_EXTRACT_LOCATION - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the header that defines the path to the folder where the jsp files are extracted.
RFC66_OSGI_BUNDLE_CONTEXT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the servlet context attribute that points to the bundle context.
RFC66_WAR_URL_SCHEME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
url scheme to deploy war file as bundled webapp
RFC66_WEB_CONTEXTPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Name of the header that defines the context path for the embedded webapp.

S

scanJars(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
 
send(String, Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
send(String, Bundle, String, Exception) - Method in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
ServerConnectorListener - Class in org.eclipse.jetty.osgi.boot.utils
ServerConnectorListener This is for test support, where we need jetty to run on a random port, and we need a client to be able to find out which port was picked.
ServerConnectorListener() - Constructor for class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
ServerInstanceWrapper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
ServerInstanceWrapper Configures and starts a jetty Server instance.
ServerInstanceWrapper(String) - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
SERVICE_PROP_REQUIRE_TLD_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
Comma separated list of bundles that contain tld file used by the webapp.
serviceAdded(ServiceReference, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
 
serviceAdded(ServiceReference, ContextHandler) - Method in interface org.eclipse.jetty.osgi.boot.ServiceProvider
 
serviceAdded(ServiceReference, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
A webapp that was deployed as an osgi service has been added, and we want to deploy it.
ServiceApp(DeploymentManager, AppProvider, String, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
 
ServiceApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
 
ServiceApp(DeploymentManager, AppProvider, Bundle, Dictionary<String, String>, String) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
 
ServiceApp(DeploymentManager, AppProvider, Bundle, Dictionary, String, String) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
 
serviceChanged(ServiceEvent) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
Invokes the optional BundleActivator in each fragment.
ServiceContextProvider - Class in org.eclipse.jetty.osgi.boot
ServiceContextProvider Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.
ServiceContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceContextProvider
 
ServiceContextProvider.ContextTracker - Class in org.eclipse.jetty.osgi.boot
ContextTracker
ServiceContextProvider.ServiceApp - Class in org.eclipse.jetty.osgi.boot
ServiceApp
ServiceProvider - Interface in org.eclipse.jetty.osgi.boot
ServiceProvider Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as OSGi services.
serviceRemoved(ServiceReference, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
 
serviceRemoved(ServiceReference, ContextHandler) - Method in interface org.eclipse.jetty.osgi.boot.ServiceProvider
 
serviceRemoved(ServiceReference, ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
 
ServiceWebAppProvider - Class in org.eclipse.jetty.osgi.boot
ServiceWebAppProvider
ServiceWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
 
ServiceWebAppProvider.ServiceApp - Class in org.eclipse.jetty.osgi.boot
ServiceApp
ServiceWebAppProvider.WebAppTracker - Class in org.eclipse.jetty.osgi.boot
WebAppTracker
setContextPath(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
Set the defaultsDescriptor.
setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
 
setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
setExtract(boolean) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
setFilePath(Path) - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
setHandler(ContextHandler) - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
Set the parentLoaderPriority.
setProperty(Dictionary<String, Object>, String, Object) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
 
setRegistration(ServiceRegistration) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
setServerInstanceWrapper(ServerInstanceWrapper) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
setSysPropertyName(String) - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
 
setTldBundles(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
 
setWebAppContext(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
setWebAppPath(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
start(Server, Dictionary<String, Object>) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
start(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Setup a new jetty Server, registers it as a service.
startJettyAtJettyHome(BundleContext) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
Called by the JettyBootStrapActivator.
stop() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
stop() - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
 
stop(BundleContext) - Method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
Stop the activator.
SYS_PROP_TLD_BUNDLES - Static variable in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
Comma separated list of symbolic names of bundles that contain tlds that should be considered as on the container classpath

T

TldBundleDiscoverer - Interface in org.eclipse.jetty.osgi.boot.utils
TldBundleDiscoverer Convert bundles that contain tlds into URL locations for consumption by jasper.
toString() - Method in class org.eclipse.jetty.osgi.boot.utils.FakeURLClassLoader
 

U

UNDEPLOYED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
UNDEPLOYING_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
 
Util - Class in org.eclipse.jetty.osgi.boot.utils
Various useful functions utility methods for OSGi wide use.
Util() - Constructor for class org.eclipse.jetty.osgi.boot.utils.Util
 

W

WATERMARK - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
 
WebAppTracker(BundleContext, String) - Constructor for class org.eclipse.jetty.osgi.boot.BundleWebAppProvider.WebAppTracker
 
WebAppTracker(BundleContext, Filter) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
 

_

_bundle - Variable in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
_managedServerName - Variable in class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
 
_managedServerName - Variable in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider.WebAppTracker
 
_properties - Variable in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
_registration - Variable in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
 
A B C D E F G I J L M N O P R S T U W _ 
All Classes and Interfaces|All Packages|Constant Field Values