javax.servlet.jsp.tagext
public class FunctionInfo extends Object
Since: 2.0
Constructor Summary | |
---|---|
FunctionInfo(String name, String klass, String signature)
Constructor for FunctionInfo.
|
Method Summary | |
---|---|
String | getFunctionClass()
The class of the function.
|
String | getFunctionSignature()
The signature of the function.
|
String | getName()
The name of the function.
|
Parameters: name The name of the function klass The class of the function signature The signature of the function
Returns: The class of the function
Returns: The signature of the function
Returns: The name of the function