| 
|||||||||
| 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(java.lang.String name,
             java.lang.String klass,
             java.lang.String signature)
Constructor for FunctionInfo.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getFunctionClass()
The class of the function.  | 
 java.lang.String | 
getFunctionSignature()
The signature of the function.  | 
 java.lang.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(java.lang.String name,
                    java.lang.String klass,
                    java.lang.String signature)
name - The name of the functionklass - The class of the functionsignature - The signature of the function| Method Detail | 
|---|
public java.lang.String getName()
public java.lang.String getFunctionClass()
public java.lang.String getFunctionSignature()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41