|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.FunctionInfo
public class 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.
Field Summary | |
---|---|
private String |
functionClass
|
private String |
functionSignature
|
private String |
name
|
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 |
Field Detail |
---|
private String name
private String functionClass
private String functionSignature
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 functionMethod 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 |