public class TagFileInfo extends Object
Constructor and Description |
---|
TagFileInfo(String name,
String path,
TagInfo tagInfo)
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.public String getName()
public String getPath()
public TagInfo getTagInfo()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.