Package jakarta.servlet.jsp.tagext
Class FunctionInfo
java.lang.Object
jakarta.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.
- Since:
- JSP 2.0
-
Constructor Summary
ConstructorDescriptionFunctionInfo
(String name, String klass, String signature) Constructor for FunctionInfo. -
Method Summary
Modifier and TypeMethodDescriptionThe class of the function.The signature of the function.getName()
The name of the function.
-
Constructor Details
-
FunctionInfo
-
-
Method Details
-
getName
-
getFunctionClass
-
getFunctionSignature
The signature of the function.- Returns:
- The signature of the function
-