Java Reference
In-Depth Information
This method is the constructor for the TagLibraryInfo class. It will invoke the constructors for
TagInfo and TagAttributeInfo after parsing the TLD file. TagLibraryInfo() returns no
value and throws no exceptions.
It takes three parameters:
java.lang.String
java.net.URL
java.io.InputStream
The getInfoString() Method
public java.lang.String getInfoString()
This method returns the information string for this tag library. getInfoString() has no para-
meters and throws no exceptions.
It returns this value:
java.lang.String
The getPrefixString() Method
public java.lang.String getPrefixString()
This method returns the prefix assigned to this tag library from the taglib directive.
getPrefixString() has no parameters and throws no exceptions.
It returns this value:
java.lang.String
The getReliableURN() Method
public java.lang.String getReliableURN()
This method returns a reliable URN to a TLD. getReliableURN() has no parameters and
throws no exceptions.
It returns this value:
java.lang.String
The getRequiredVersion() Method
public java.lang.String getRequiredVersion()
This method returns the required version for the taglib . getRequiredVersion() has no para-
meters and throws no exceptions.
It returns this value:
java.lang.String
Search WWH ::




Custom Search