TagLibraryInfo Class  
public class TagInfo extends Object  
 
Object
  TagLibraryInfo

A TagLibraryInfo object contains information on the Tag Library associated with a Tag.

TagLibraryInfo()  
public TagLibraryInfo(String libraryPrefix,String libraryURI) Constructor
 

Creates a TagLibraryInfo object.

getInfoString()  
public String getInfoString() Method
 

getInfoString() returns the info string, if any, associated with the tag library.

getPrefixString()  
public String getPrefixString() Method
 

getPrefixString returns the prefix that is assigned to this tag library.

getReliableURN()  
public String getReliableURN() Method
 

getReliableURN returns a String containing a reliable URN for this tag library.

getRequiredVersion()  
public String getRequiredVersion() Method
 

getRequiredVersion() returns the required version of this tag library.

getShortName()  
public String getShortName() Method
 

getShortName returns the preferred short name for this tag library.

getTag()  
public TagInfo getTag(String tagName) Method
 

getTag() returns a TagInfo object for the specified tag.

getTags()  
public TagInfo[] getTags() Method
 

getTags returns an array of TagInfo objects containing information about all of the tags contained in this tag library.

getURI()  
public String getURI() Method
 

getURI returns a String containing the URI from the taglib directive for this library.