|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.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 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FunctionInfo(String name,
String klass,
String signature)
name - The name of the functionklass - The class of the functionsignature - The signature of the function| Method Detail |
public String getName()
public String getFunctionClass()
public String getFunctionSignature()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||