|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.servlet.jsp.tagext.TagFileInfo
public class TagFileInfo
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
コンストラクタの概要 | |
---|---|
TagFileInfo(java.lang.String name,
java.lang.String path,
TagInfo tagInfo)
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. |
メソッドの概要 | |
---|---|
java.lang.String |
getName()
The unique action name of this tag. |
java.lang.String |
getPath()
Where to find the .tag file implementing this action. |
TagInfo |
getTagInfo()
Returns information about this tag, parsed from the directives in the tag file. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TagFileInfo(java.lang.String name, java.lang.String path, TagInfo tagInfo)
name
- The unique action name of this tagpath
- Where to find the .tag file implementing this
action, relative to the location of the TLD file.tagInfo
- The detailed information about this tag, as parsed
from the directives in the tag file.メソッドの詳細 |
---|
public java.lang.String getName()
public java.lang.String getPath()
public TagInfo getTagInfo()
|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |