Package javax.servlet.jsp.tagext
Class TagLibraryInfo
java.lang.Object
javax.servlet.jsp.tagext.TagLibraryInfo
Translation-time information associated with a taglib directive, and its
underlying TLD file.
Most of the information is directly from the TLD, except for
the prefix and the uri values used in the taglib directive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInformation (documentation) for this TLD.The prefix assigned to this taglib from the invalid input: '<'%taglib directiveThe "reliable" URN indicated in the TLD.A string describing the required version of the JSP container.The preferred short name (prefix) as indicated in the TLD.Get the TagInfo for a given tag name, looking through all the tags in this tag library.TagInfo[]
getTags()
An array describing the tags that are defined in this tag library.getURI()
The value of the uri attribute from the invalid input: '<'%@ taglib directive for this library.
-
Field Details
-
prefix
-
uri
-
tags
-
tlibversion
-
jspversion
-
shortname
-
urn
-
info
-
-
Constructor Details
-
TagLibraryInfo
Constructor. This will invoke the constructors for TagInfo, and TagAttributeInfo after parsing the TLD file.- Parameters:
prefix
- the prefix actually used by the taglib directiveuri
- the URI actually used by the taglib directive
-
-
Method Details
-
getURI
The value of the uri attribute from the invalid input: '<'%@ taglib directive for this library. -
getPrefixString
The prefix assigned to this taglib from the invalid input: '<'%taglib directive -
getShortName
The preferred short name (prefix) as indicated in the TLD. This may be used by authoring tools as the preferred prefix to use when creating an include directive for this library. -
getReliableURN
The "reliable" URN indicated in the TLD. This may be used by authoring tools as a global identifier (the uri attribute) to use when creating a taglib directive for this library. -
getInfoString
Information (documentation) for this TLD. -
getRequiredVersion
A string describing the required version of the JSP container. -
getTags
An array describing the tags that are defined in this tag library. -
getTag
Get the TagInfo for a given tag name, looking through all the tags in this tag library.- Parameters:
shortname
- The short name (no prefix) of the tag
-