Interface TldBundleDiscoverer


public interface TldBundleDiscoverer
TldBundleDiscoverer Convert bundles that contain tlds into URL locations for consumption by jasper.
  • Method Summary

    Modifier and Type
    Method
    Description
    URL[]
    getUrlsForBundlesWithTlds(org.eclipse.jetty.deploy.DeploymentManager manager, BundleFileLocatorHelper fileLocator)
    Find bundles that contain tlds and convert into URL references to their location.
  • Method Details

    • getUrlsForBundlesWithTlds

      URL[] getUrlsForBundlesWithTlds(org.eclipse.jetty.deploy.DeploymentManager manager, BundleFileLocatorHelper fileLocator) throws Exception
      Find bundles that contain tlds and convert into URL references to their location.
      Parameters:
      manager - The DeploymentManager instance to use
      fileLocator - the BundleFileLocatorHelper instance to use
      Returns:
      array of URLs representing locations of tld containing bundles
      Throws:
      Exception - In case of errors during resolving TLDs files