Java Reference
In-Depth Information
It takes seven parameters:
java.lang.String
java.lang.String
java.lang.String
java.lang.String
TagLibraryInfo
TagExtraInfo
TagAttributeInfo[]
The getAttributes() Method
public TagAttributeInfo[] getAttributes()
This method returns a reference to an array of TagAttributeInfo objects. If a null is returned,
then there is no attribute information. getAttributes() has no parameters and throws no
exceptions.
It returns this value:
TagAttributeInfo[]
The getBodyContent() Method
public java.lang.String getBodyContent()
This method returns a reference to a java.lang.String containing information on the body
content of these tags. getBodyContent() has no parameters and throws no exceptions.
It returns this value:
E
java.lang.String
The getInfoString() Method
public java.lang.String getInfoString()
This method returns a reference to a java.lang.String containing the optional string informa-
tion for this tag. getInfoString() has no parameters and throws no exceptions.
It returns this value:
java.lang.String
 
Search WWH ::




Custom Search