Java Reference
In-Depth Information
The bodyContent Field
private java.lang.String bodyContent
This field holds a reference to a java.lang.String containing information on the body con-
tent of these tags.
The infoString Field
private java.lang.String infoString
This field holds a reference to a java.lang.String containing the optional string information
for this tag.
The tagClassName Field
private java.lang.String tagClassName
This field holds a reference to a java.lang.String containing the name of the tag handler
class.
The tagExtraInfo Field
private TagExtraInfo tagExtraInfo
This field holds a reference to an instance providing extra tag info.
The tagLibrary Field
private TagLibraryInfo tagLibrary
This field holds a reference to an instance of the tag library that contains this tag.
The tagName Field
private java.lang.String tagName
This field holds a reference to a java.lang.String containing the name of this tag.
The TagInfo() Method
public TagInfo(java.lang.String tagName,
java.lang.String tagClassName,
java.lang.String bodycontent,
java.lang.String infoString,
TagLibraryInfo tagLib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attribInfo)
This method is the constructor for TagInfo . There is no public constructor. This class is to be
instantiated only from the tag library code under request from some JSP code that is parsing a
TLD. TagInfo() returns no value and throws no exceptions.
Search WWH ::




Custom Search