Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Field | Description |
---|---|---|
protected TagInfo[] |
TagLibraryInfo.tags |
An array describing the tags that are defined in this tag library.
|
Modifier and Type | Method | Description |
---|---|---|
TagInfo |
TagLibraryInfo.getTag(java.lang.String shortname) |
Get the TagInfo for a given tag name, looking through all the
tags in this tag library.
|
TagInfo |
TagExtraInfo.getTagInfo() |
Get the TagInfo for this class.
|
TagInfo |
TagFileInfo.getTagInfo() |
Returns information about this tag, parsed from the directives
in the tag file.
|
TagInfo[] |
TagLibraryInfo.getTags() |
An array describing the tags that are defined in this tag library.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TagExtraInfo.setTagInfo(TagInfo tagInfo) |
Set the TagInfo for this class.
|
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.
|