javax.servlet.jsp.tagext
public class: FunctionInfo [javadoc |
source]
java.lang.Object
javax.servlet.jsp.tagext.FunctionInfo
Information for a function in a Tag Library.
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
Constructor: |
public FunctionInfo(String name,
String klass,
String signature) {
this.name = name;
this.functionClass = klass;
this.functionSignature = signature;
}
Constructor for FunctionInfo. Parameters:
name - The name of the function
klass - The class of the function
signature - The signature of the function
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |