Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Field | Description |
---|---|---|
protected TagFileInfo[] |
TagLibraryInfo.tagFiles |
An array describing the tag files that are defined in this tag library.
|
Modifier and Type | Method | Description |
---|---|---|
TagFileInfo |
TagLibraryInfo.getTagFile(java.lang.String shortname) |
Get the TagFileInfo for a given tag name, looking through all the
tag files in this tag library.
|
TagFileInfo[] |
TagLibraryInfo.getTagFiles() |
An array describing the tag files that are defined in this tag library.
|