| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.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.
| 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()
| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.