Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
|
org.apache.jasper.compiler |
Modifier and Type | Method and Description |
---|---|
TagLibraryInfo |
TagInfo.getTagLibrary()
The instance of TabLibraryInfo we belong to.
|
abstract TagLibraryInfo[] |
TagLibraryInfo.getTagLibraryInfos()
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this
TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
TagInfo.setTagLibrary(TagLibraryInfo tl)
Set the TagLibraryInfo property.
|
Constructor and Description |
---|
TagInfo(String tagName,
String tagClassName,
String bodycontent,
String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo)
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
|
TagInfo(String tagName,
String tagClassName,
String bodycontent,
String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo,
String displayName,
String smallIcon,
String largeIcon,
TagVariableInfo[] tvi)
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
|
TagInfo(String tagName,
String tagClassName,
String bodycontent,
String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo,
String displayName,
String smallIcon,
String largeIcon,
TagVariableInfo[] tvi,
boolean dynamicAttributes)
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
|
Modifier and Type | Class and Description |
---|---|
class |
TagLibraryInfoImpl
Implementation of the TagLibraryInfo class from the JSP spec.
|
Modifier and Type | Method and Description |
---|---|
TagLibraryInfo |
PageInfo.getTaglib(String uri) |
TagLibraryInfo[] |
TagLibraryInfoImpl.getTagLibraryInfos()
Returns an array of TagLibraryInfo objects representing the entire set
of tag libraries (including this TagLibraryInfo) imported by taglib
directives in the translation unit that references this
TagLibraryInfo.
|
Modifier and Type | Method and Description |
---|---|
Collection<TagLibraryInfo> |
PageInfo.getTaglibs() |
Modifier and Type | Method and Description |
---|---|
void |
PageInfo.addTaglib(String uri,
TagLibraryInfo info) |
Copyright © 2022. All rights reserved.