| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 | |
| protected  java.lang.String | info | 
| protected  java.lang.String | jspversion | 
| protected  java.lang.String | prefix | 
| protected  java.lang.String | shortname | 
| protected  TagInfo[] | tags | 
| protected  java.lang.String | tlibversion | 
| protected  java.lang.String | uri | 
| protected  java.lang.String | urn | 
| Constructor Summary | |
| protected  | TagLibraryInfo(java.lang.String prefix,
               java.lang.String uri)Constructor. | 
| Method Summary | |
|  java.lang.String | getInfoString()Information (documentation) for this TLD. | 
|  java.lang.String | getPrefixString()The prefix assigned to this taglib from the <%taglib directive | 
|  java.lang.String | getReliableURN()The "reliable" URN indicated in the TLD. | 
|  java.lang.String | getRequiredVersion()A string describing the required version of the JSP container. | 
|  java.lang.String | getShortName()The preferred short name (prefix) as indicated in the TLD. | 
|  TagInfo | getTag(java.lang.String shortname)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. | 
|  java.lang.String | 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 | 
| Field Detail | 
protected java.lang.String prefix
protected java.lang.String uri
protected TagInfo[] tags
protected java.lang.String tlibversion
protected java.lang.String jspversion
protected java.lang.String shortname
protected java.lang.String urn
protected java.lang.String info
| Constructor Detail | 
protected TagLibraryInfo(java.lang.String prefix,
                         java.lang.String uri)
prefix - the prefix actually used by the taglib directiveuri - the URI actually used by the taglib directive| Method Detail | 
public java.lang.String getURI()
public java.lang.String getPrefixString()
public java.lang.String getShortName()
public java.lang.String getReliableURN()
public java.lang.String getInfoString()
public java.lang.String getRequiredVersion()
public TagInfo[] getTags()
public TagInfo getTag(java.lang.String shortname)
shortname - The short name (no prefix) of the tag| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||