public class TagFileInfo
extends java.lang.Object
Constructor | Description |
---|---|
TagFileInfo(java.lang.String name,
java.lang.String path,
TagInfo tagInfo) |
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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()
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.