javax.servlet.jsp.tagext
Class FunctionInfo
java.lang.Object
javax.servlet.jsp.tagext.FunctionInfo
public class FunctionInfo
extends java.lang.Object
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.
FunctionInfo(String name, String klass, String signature) - Constructor for FunctionInfo.
|
FunctionInfo
public FunctionInfo(String name,
String klass,
String signature)
Constructor for FunctionInfo.
name
- The name of the functionklass
- The class of the functionsignature
- The signature of the function
getFunctionClass
public String getFunctionClass()
The class of the function.
- The class of the function
getFunctionSignature
public String getFunctionSignature()
The signature of the function.
- The signature of the function
getName
public String getName()
The name of the function.
Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.