Class TaglibDescriptorImpl

  • All Implemented Interfaces:
    TaglibDescriptor

    public class TaglibDescriptorImpl
    extends java.lang.Object
    implements TaglibDescriptor
    Implementation of TaglibDescriptor that holds the location and URI of a tag library.
    • Constructor Summary

      Constructors 
      Constructor Description
      TaglibDescriptorImpl​(java.lang.String location, java.lang.String uri)
      Constructs a new TaglibDescriptorImpl.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getTaglibLocation()
      Obtain the location of the tag library.
      java.lang.String getTaglibURI()
      Obtain the URI for the tag library.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaglibDescriptorImpl

        public TaglibDescriptorImpl​(java.lang.String location,
                                    java.lang.String uri)
        Constructs a new TaglibDescriptorImpl.
        Parameters:
        location - the location of the tag library descriptor
        uri - the URI identifying the tag library