| Package | Description |
|---|---|
| jakarta.servlet.jsp.tagext | |
| org.apache.jasper |
| 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(java.lang.String tagName,
java.lang.String tagClassName,
java.lang.String bodycontent,
java.lang.String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo)
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
|
TagInfo(java.lang.String tagName,
java.lang.String tagClassName,
java.lang.String bodycontent,
java.lang.String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo,
java.lang.String displayName,
java.lang.String smallIcon,
java.lang.String largeIcon,
TagVariableInfo[] tvi)
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
|
TagInfo(java.lang.String tagName,
java.lang.String tagClassName,
java.lang.String bodycontent,
java.lang.String infoString,
TagLibraryInfo taglib,
TagExtraInfo tagExtraInfo,
TagAttributeInfo[] attributeInfo,
java.lang.String displayName,
java.lang.String smallIcon,
java.lang.String largeIcon,
TagVariableInfo[] tvi,
boolean dynamicAttributes)
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,TagLibraryInfo> |
JspC.cache |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,TagLibraryInfo> |
Options.getCache()
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching() returns true. |
java.util.Map<java.lang.String,TagLibraryInfo> |
JspC.getCache()
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching() returns true. |
java.util.Map<java.lang.String,TagLibraryInfo> |
EmbeddedServletOptions.getCache() |
Copyright © 2014–2021. All rights reserved.