Interface TldProvider


@Contract public interface TldProvider
The TldProvider provides an interface to get jar URL with tlds and corresponding tld entries.
Author:
Shing Wai Chan
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of this TldProvider
    Gets a mapping from JAR files to their TLD resources that are known to contain listener declarations
    Gets a mapping from JAR files to their TLD resources.
  • Method Details

    • getName

      String getName()
      Gets the name of this TldProvider
    • getTldMap

      Map<URI,List<String>> getTldMap()
      Gets a mapping from JAR files to their TLD resources.
    • getTldListenerMap

      Map<URI,List<String>> getTldListenerMap()
      Gets a mapping from JAR files to their TLD resources that are known to contain listener declarations