| Package | Description |
|---|---|
| javax.servlet.jsp.tagext |
| Modifier and Type | Field and Description |
|---|---|
protected TagInfo[] |
TagLibraryInfo.tags |
| Modifier and Type | Method and Description |
|---|---|
TagInfo |
TagLibraryInfo.getTag(java.lang.String name)
Returns the information for a specific tag.
|
TagInfo |
TagExtraInfo.getTagInfo()
Gets the TLD tag info for this tag.
|
TagInfo |
TagFileInfo.getTagInfo()
Returns the tag info
|
TagInfo[] |
TagLibraryInfo.getTags()
Returns an array of all the tags in the library
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo)
Sets the TLD tag info for this tag.
|
| Constructor and Description |
|---|
TagFileInfo(java.lang.String name,
java.lang.String path,
TagInfo tagInfo)
Create a new TagFileInfo.
|