Java Reference
In-Depth Information
The getTagClassName() Method
public java.lang.String getTagClassName()
This method returns a reference to a java.lang.String containing the name of the tag handler
class. getTagClassName() has no parameters and throws no exceptions.
It returns this value:
java.lang.String
The getTagExtraInfo() Method
public TagExtraInfo getTagExtraInfo()
This method returns a reference the TagExtraInfo object. getTagExtraInfo() has no parame-
ters and throws no exceptions.
It returns this value:
TagExtraInfo
The getTagLibrary() Method
public TagLibraryInfo getTagLibrary()
This method returns a reference the TagLibraryInfo object. getTagLibrary() has no parame-
ters and throws no exceptions.
It returns this value:
TagLibraryInfo
The getTagName() Method
public java.lang.String getTagName()
This method returns a reference to a java.lang.String containing the name of this tag.
getTagName() has no parameters and throws no exceptions.
It returns this value:
java.lang.String
The getVariableInfo() Method
public VariableInfo[] getVariableInfo(TagData data)
This method returns information on the object created by this tag at runtime. If null is returned,
then no such object was created. The default is null if the tag has no id attribute.
getVariableInfo() throws no exceptions.
Search WWH ::




Custom Search