| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.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(java.lang.String name,
            java.lang.String path,
            TagInfo tagInfo)Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. | |
| Method Summary | |
|  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. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
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.| Method Detail | 
public java.lang.String getName()
public java.lang.String getPath()
public TagInfo getTagInfo()
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.