Ja-Jakarta
Translation

javax.servlet.jsp.tagext
クラス 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.

導入されたバージョン:
2.0

コンストラクタの概要
FunctionInfo(java.lang.String name, java.lang.String klass, java.lang.String signature)
          Constructor for FunctionInfo.
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FunctionInfo

public FunctionInfo(java.lang.String name,
                    java.lang.String klass,
                    java.lang.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 java.lang.String getName()
The name of the function.

戻り値:
The name of the function

getFunctionClass

public java.lang.String getFunctionClass()
The class of the function.

戻り値:
The class of the function

getFunctionSignature

public java.lang.String getFunctionSignature()
The signature of the function.

戻り値:
The signature of the function

Ja-Jakarta
Translation

Copyright © 2000- The Apache Software Foundation. All rights Reserved.