FunctionInfo (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.servlet.jsp.tagext Class FunctionInfo

java.lang.Object
  extended by javax.servlet.jsp.tagext.FunctionInfo

public class FunctionInfo
extends 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.

从以下版本开始:
JSP 2.0

构造器摘要
FunctionInfo(String name, String klass, String signature)
          Constructor for FunctionInfo.
 
方法摘要
 String getFunctionClass()
          The class of the function.
 String getFunctionSignature()
          The signature of the function.
 String getName()
          The name of the function.
 
类方法继承 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造器详细信息

FunctionInfo

public FunctionInfo(String name,
                    String klass,
                    String signature)
Constructor for FunctionInfo.

参数:
name - The name of the function
klass - The class of the function
signature - The signature of the function

方法详细信息

getName

public String getName()
The name of the function.

返回:
The name 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

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.