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 Detail

      • 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