Package | Description |
---|---|
javax.servlet.jsp.tagext |
Modifier and Type | Method | Description |
---|---|---|
TagExtraInfo |
TagInfo.getTagExtraInfo() |
The instance (if any) for extra tag information
|
Modifier and Type | Method | Description |
---|---|---|
void |
TagInfo.setTagExtraInfo(TagExtraInfo tei) |
Set the instance for extra tag information
|
Constructor | 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.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.