Uses of Interface
org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Packages that use BundleFileLocatorHelper Package Description 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.jasper
Methods in org.eclipse.jetty.osgi.boot.jasper with parameters of type BundleFileLocatorHelper Modifier and Type Method Description java.net.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.java.net.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. -
Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.utils
Fields in org.eclipse.jetty.osgi.boot.utils declared as BundleFileLocatorHelper Modifier and Type Field Description static BundleFileLocatorHelper
BundleFileLocatorHelper. DEFAULT
The default instance supports felix and equinoxMethods in org.eclipse.jetty.osgi.boot.utils that return BundleFileLocatorHelper Modifier and Type Method Description BundleFileLocatorHelper
BundleFileLocatorHelperFactory. getHelper()
Methods in org.eclipse.jetty.osgi.boot.utils with parameters of type BundleFileLocatorHelper Modifier and Type Method Description java.net.URL[]
TldBundleDiscoverer. getUrlsForBundlesWithTlds(DeploymentManager manager, BundleFileLocatorHelper fileLocator)
Find bundles that contain tlds and convert into URL references to their location. -
Uses of BundleFileLocatorHelper in org.eclipse.jetty.osgi.boot.utils.internal
Classes in org.eclipse.jetty.osgi.boot.utils.internal that implement BundleFileLocatorHelper Modifier and Type Class Description class
DefaultFileLocatorHelper
DefaultFileLocatorHelper
-