Interface TaglibDescriptor


public interface TaglibDescriptor
The TagLibDescriptor API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTaglibLocation()
    Get the taglib location.
    java.lang.String getTaglibURI()
    Get the taglib URI.
  • Method Details

    • getTaglibLocation

      java.lang.String getTaglibLocation()
      Get the taglib location.
      Returns:
      the taglib location.
    • getTaglibURI

      java.lang.String getTaglibURI()
      Get the taglib URI.
      Returns:
      the taglib URI.