Class TaglibDescriptorImpl
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
 
- 
- All Implemented Interfaces:
- TaglibDescriptor
 
 public class TaglibDescriptorImpl extends java.lang.Object implements TaglibDescriptor 
- 
- 
Constructor SummaryConstructors Constructor Description TaglibDescriptorImpl(java.lang.String location, java.lang.String uri)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetTaglibLocation()Obtain the location of the tag library.java.lang.StringgetTaglibURI()Obtain the URI for the tag library.inthashCode()
 
- 
- 
- 
Method Detail- 
getTaglibLocationpublic java.lang.String getTaglibLocation() Description copied from interface:javax.servlet.descriptor.TaglibDescriptorObtain the location of the tag library.- Specified by:
- getTaglibLocationin interface- TaglibDescriptor
- Returns:
- the location of the tag library
 
 - 
getTaglibURIpublic java.lang.String getTaglibURI() Description copied from interface:javax.servlet.descriptor.TaglibDescriptorObtain the URI for the tag library.- Specified by:
- getTaglibURIin interface- TaglibDescriptor
- Returns:
- the URI for the tag library
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-