Class TaglibDescriptorImpl
java.lang.Object
org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
- All Implemented Interfaces:
TaglibDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Obtain the location of the tag library.Obtain the URI for the tag library.int
hashCode()
-
Constructor Details
-
TaglibDescriptorImpl
-
-
Method Details
-
getTaglibLocation
Description copied from interface:jakarta.servlet.descriptor.TaglibDescriptor
Obtain the location of the tag library.- Specified by:
getTaglibLocation
in interfaceTaglibDescriptor
- Returns:
- the location of the tag library
-
getTaglibURI
Description copied from interface:jakarta.servlet.descriptor.TaglibDescriptor
Obtain the URI for the tag library.- Specified by:
getTaglibURI
in interfaceTaglibDescriptor
- Returns:
- the URI for the tag library
-
hashCode
-
equals
-