Home » apache-tomcat-6.0.26-src » javax » servlet » jsp » tagext » [javadoc | source]
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) 
    Constructor for FunctionInfo.
    Parameters:
    name - The name of the function
    klass - The class of the function
    signature - The signature of the function
Method from javax.servlet.jsp.tagext.FunctionInfo Summary:
getFunctionClass,   getFunctionSignature,   getName
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.servlet.jsp.tagext.FunctionInfo Detail:
 public String getFunctionClass() 
    The class of the function.
 public String getFunctionSignature() 
    The signature of the function.
 public String getName() 
    The name of the function.