javax.servlet.jsp.tagext
Class TagLibraryInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagLibraryInfo
Direct Known Subclasses:
TagLibraryInfoImpl

public abstract class TagLibraryInfo
extends java.lang.Object

Information on the Tag Library; this class is instantiated from the Tag Library Descriptor file (TLD).


Method Summary
 java.lang.String getInfoString()
           
 java.lang.String getPrefixString()
           
 java.lang.String getReliableURN()
           
 java.lang.String getRequiredVersion()
          The required version.
 java.lang.String getShortName()
           
 TagInfo getTag(java.lang.String shortname)
          Get the TagInfo for a given tag name
 TagInfo[] getTags()
           
 java.lang.String getURI()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURI

public java.lang.String getURI()
Returns:
the URI from the <%@ taglib directive for this library

getPrefixString

public java.lang.String getPrefixString()
Returns:
the prefix assigned to this taglib from the <%taglib directive

getShortName

public java.lang.String getShortName()
Returns:
the prefered short name for the library

getReliableURN

public java.lang.String getReliableURN()
Returns:
a reliable URN to a TLD like this

getInfoString

public java.lang.String getInfoString()
Returns:
the info string for this tag lib

getRequiredVersion

public java.lang.String getRequiredVersion()
The required version. TODO -- minimal?

getTags

public TagInfo[] getTags()
Returns:
the tags defined in this tag lib

getTag

public TagInfo getTag(java.lang.String shortname)
Get the TagInfo for a given tag name


Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.