Uses of Interface
org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper

Packages that use BundleFileLocatorHelper
org.eclipse.jetty.osgi.boot.internal.webapp   
org.eclipse.jetty.osgi.boot.jasper   
org.eclipse.jetty.osgi.boot.utils   
org.eclipse.jetty.osgi.boot.utils.internal   
 

Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.internal.webapp
 

Fields in org.eclipse.jetty.osgi.boot.internal.webapp declared as BundleFileLocatorHelper
static BundleFileLocatorHelper WebBundleDeployerHelper.BUNDLE_FILE_LOCATOR_HELPER
          By default set to: DefaultBundleClassLoaderHelper.
 

Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.jasper
 

Methods in org.eclipse.jetty.osgi.boot.jasper with parameters of type BundleFileLocatorHelper
 URL[] PluggableWebAppRegistrationCustomizerImpl.getJarsWithTlds(OSGiAppProvider provider, BundleFileLocatorHelper locatorHelper)
           
 URL[] WebappRegistrationCustomizerImpl.getJarsWithTlds(OSGiAppProvider provider, BundleFileLocatorHelper locatorHelper)
          The jasper TldScanner expects a URLClassloader to parse a jar for the /META-INF/*.tld it may contain.
 

Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.utils
 

Fields in org.eclipse.jetty.osgi.boot.utils declared as BundleFileLocatorHelper
static BundleFileLocatorHelper BundleFileLocatorHelper.DEFAULT
          The default instance supports felix and equinox
 

Methods in org.eclipse.jetty.osgi.boot.utils with parameters of type BundleFileLocatorHelper
 URL[] WebappRegistrationCustomizer.getJarsWithTlds(OSGiAppProvider provider, BundleFileLocatorHelper fileLocator)
          TODO: right now only the jetty-jsp bundle is scanned for common taglibs.
 

Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.utils.internal
 

Classes in org.eclipse.jetty.osgi.boot.utils.internal that implement BundleFileLocatorHelper
 class DefaultFileLocatorHelper
          From a bundle to its location on the filesystem.
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.