Class TaglibDescriptorImpl
java.lang.Object
org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
- All Implemented Interfaces:
TaglibDescriptor
Implementation of TaglibDescriptor that holds the location and URI of a tag library.
-
Constructor Summary
ConstructorsConstructorDescriptionTaglibDescriptorImpl(String location, String uri) Constructs a new TaglibDescriptorImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanObtain the location of the tag library.Obtain the URI for the tag library.inthashCode()
-
Constructor Details
-
TaglibDescriptorImpl
Constructs a new TaglibDescriptorImpl.- Parameters:
location- the location of the tag library descriptoruri- the URI identifying the tag library
-
-
Method Details
-
getTaglibLocation
Description copied from interface:jakarta.servlet.descriptor.TaglibDescriptorObtain the location of the tag library.- Specified by:
getTaglibLocationin interfaceTaglibDescriptor- Returns:
- the location of the tag library
-
getTaglibURI
Description copied from interface:jakarta.servlet.descriptor.TaglibDescriptorObtain the URI for the tag library.- Specified by:
getTaglibURIin interfaceTaglibDescriptor- Returns:
- the URI for the tag library
-
hashCode
public int hashCode() -
equals
-