Class TaglibDescriptorImpl
- java.lang.Object
-
- org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- All Implemented Interfaces:
TaglibDescriptor
public class TaglibDescriptorImpl extends Object implements TaglibDescriptor
-
-
Constructor Summary
Constructors Constructor Description TaglibDescriptorImpl(String location, String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getTaglibLocation()
Obtain the location of the tag library.String
getTaglibURI()
Obtain the URI for the tag library.int
hashCode()
-
-
-
Method Detail
-
getTaglibLocation
public String 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
public String 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
-
-