public class JSTLBundleDiscoverer extends java.lang.Object implements TldBundleDiscoverer
Pluggable tlds at the server level are handled by
ContainerTldBundleDiscoverer
.
Constructor and Description |
---|
JSTLBundleDiscoverer() |
Modifier and Type | Method and Description |
---|---|
java.net.URL[] |
getUrlsForBundlesWithTlds(DeploymentManager deployer,
BundleFileLocatorHelper locatorHelper)
The jasper TldScanner expects a URLClassloader to parse a jar for the
/META-INF/*.tld it may contain.
|
public java.net.URL[] getUrlsForBundlesWithTlds(DeploymentManager deployer, BundleFileLocatorHelper locatorHelper) throws java.lang.Exception
getUrlsForBundlesWithTlds
in interface TldBundleDiscoverer
deployer
- The DeploymentManager
instance to uselocatorHelper
- the BundleFileLocatorHelper
instance to usejava.lang.Exception
- In case of errors during resolving TLDs filesCopyright © 1995–2023 Webtide. All rights reserved.