|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.servlet.jsp.tagext Class FunctionInfo
java.lang.Objectjavax.servlet.jsp.tagext.FunctionInfo
public class FunctionInfo
- extends Object
关于标记库中某个函数的信息。此类是根据标记库描述符文件 (TLD) 实例化的,仅在转换期间可用。
| since | 2.0 |
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.
- Since:
- JSP 2.0
| 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)
FunctionInfo 的构造方法。
| name | 函数的名称 |
| klass | 函数的类 |
| signature | 函数的签名 |
FunctionInfo
public FunctionInfo(String name, String klass, String signature)
- Constructor for FunctionInfo.
- Parameters:
name- The name of the functionklass- The class of the functionsignature- The signature of the function
| Method Detail |
|---|
public String
getName()
函数的名称。
| return | 函数的名称 |
getName
public String getName()
- The name of the function.
- Returns:
- The name of the function
public String
getFunctionClass()
函数的类。
| return | 函数的类 |
getFunctionClass
public String getFunctionClass()
- The class of the function.
- Returns:
- The class of the function
public String
getFunctionSignature()
函数的签名。
| return | 函数的签名 |
getFunctionSignature
public String getFunctionSignature()
- The signature of the function.
- Returns:
- The signature of the function
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
javax.servlet.jsp.tagext.FunctionInfo