Interface TldBundleDiscoverer
-
- All Known Implementing Classes:
ContainerTldBundleDiscoverer,JSTLBundleDiscoverer
public interface TldBundleDiscovererTldBundleDiscoverer Convert bundles that contain tlds into URL locations for consumption by jasper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL[]getUrlsForBundlesWithTlds(DeploymentManager manager, BundleFileLocatorHelper fileLocator)Find bundles that contain tlds and convert into URL references to their location.
-
-
-
Method Detail
-
getUrlsForBundlesWithTlds
java.net.URL[] getUrlsForBundlesWithTlds(DeploymentManager manager, BundleFileLocatorHelper fileLocator) throws java.lang.Exception
Find bundles that contain tlds and convert into URL references to their location.- Parameters:
manager- TheDeploymentManagerinstance to usefileLocator- theBundleFileLocatorHelperinstance to use- Returns:
- array of URLs representing locations of tld containing bundles
- Throws:
java.lang.Exception- In case of errors during resolving TLDs files
-
-