Interface TldBundleDiscoverer
-
- All Known Implementing Classes:
ContainerTldBundleDiscoverer
,JSTLBundleDiscoverer
public interface TldBundleDiscoverer
TldBundleDiscoverer 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
- TheDeploymentManager
instance to usefileLocator
- theBundleFileLocatorHelper
instance to use- Returns:
- array of URLs representing locations of tld containing bundles
- Throws:
java.lang.Exception
- In case of errors during resolving TLDs files
-
-