|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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.
Constructor Summary | |
---|---|
TagFileInfo(String name,
String path,
TagInfo tagInfo)
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. |
Method Summary | |
---|---|
String |
getName()
The unique action name of this tag. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagFileInfo(String name, 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.Method Detail |
---|
public String getName()
public String getPath()
public TagInfo getTagInfo()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.