|
|||||||||
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(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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41