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
info | |
jspversion | |
prefix | |
shortname | |
tags | |
tlibversion | |
uri | |
urn |
TagLibraryInfo(java.lang.String prefix, java.lang.String uri) Constructor. |
getInfoString() Information (documentation) for this TLD. | |
getPrefixString() The prefix assigned to this taglib from the<%taglib directive | |
getReliableURN() The "reliable" URN indicated in the TLD. | |
getRequiredVersion() A string describing the required version of the JSP container. | |
getShortName() The preferred short name (prefix) as indicated in the TLD. | |
getTag(java.lang.String shortname) Get the TagInfo for a given tag name, looking through all the tags in this tag library. | |
getTags() An array describing the tags that are defined in this tag library. | |
getURI() The value of the uri attribute from the<%@ taglib directive for this library. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protected java.lang.Stringprefix
protected java.lang.Stringuri
protectedTagInfo[]tags
protected java.lang.Stringtlibversion
protected java.lang.Stringjspversion
protected java.lang.Stringshortname
protected java.lang.Stringurn
protected java.lang.Stringinfo
protectedTagLibraryInfo(java.lang.String prefix, java.lang.String uri)
prefix
- the prefix actually used by the taglib directiveuri
- the URI actually used by the taglib directivepublic java.lang.StringgetURI()
public java.lang.StringgetPrefixString()
public java.lang.StringgetShortName()
public java.lang.StringgetReliableURN()
public java.lang.StringgetInfoString()
public java.lang.StringgetRequiredVersion()
publicTagInfo[]getTags()
publicTagInfogetTag(java.lang.String shortname)
shortname
- The short name (no prefix) of the tag