Package | Description |
---|---|
org.eclipse.jetty.osgi.boot.jasper | |
org.eclipse.jetty.osgi.boot.utils | |
org.eclipse.jetty.osgi.boot.utils.internal |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static BundleFileLocatorHelper |
BundleFileLocatorHelper.DEFAULT
The default instance supports felix and equinox
|
Modifier and Type | Method and Description |
---|---|
BundleFileLocatorHelper |
BundleFileLocatorHelperFactory.getHelper() |
Modifier and Type | Method and Description |
---|---|
URL[] |
TldBundleDiscoverer.getUrlsForBundlesWithTlds(DeploymentManager manager,
BundleFileLocatorHelper fileLocator)
Find bundles that contain tlds and convert into URL references to their location.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileLocatorHelper
DefaultFileLocatorHelper
From a bundle to its location on the filesystem.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.