Interface TagLibraryResolver

  • All Known Implementing Classes:
    DefaultTagLibraryResolver

    public interface TagLibraryResolver

    TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance.

    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TagLibrary resolveTagLibrary​(String uri)
      Attempts to resolve the given URI to be associated with a TagLibrary otherwise null is returned to indicate no tag library could be found so that the namespace URI should be treated as just vanilla XML.
    • Method Detail

      • resolveTagLibrary

        TagLibrary resolveTagLibrary​(String uri)
        Attempts to resolve the given URI to be associated with a TagLibrary otherwise null is returned to indicate no tag library could be found so that the namespace URI should be treated as just vanilla XML.