| Package | Description |
|---|---|
| jakarta.servlet.jsp.tagext |
| Modifier and Type | Method and Description |
|---|---|
TagVariableInfo[] |
TagInfo.getTagVariableInfos()
Get TagVariableInfo objects associated with this TagInfo.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.