Java Reference
In-Depth Information
The getTagData() Method
public TagData getTagData()
This method returns the immutable TagData for this tag. getTagData() has no parameters and
throws no exceptions.
It returns this value:
TagData
The getTagId() Method
public java.lang.String getTagId()
This method returns the value of the Tag Id or null. getTagId() has no parameters and throws
no exceptions.
It returns this value:
java.lang.String
The getTagName() Method
public java.lang.String getTagName()
This method returns the short name for the Tag . getTagName() has no parameters and throws
no exceptions.
It returns this value:
java.lang.String
The getValue() Method
public java.lang.Object getValue(java.lang.String key)
E
This method returns the value associated with the tag. getValue() throws no exceptions.
It takes one parameter:
java.lang.String
It returns this value:
java.lang.Object
The initialize() Method
public void initialize(Tag parent,
TagData tagData,
PageContext pc)
 
Search WWH ::




Custom Search