| Package | Description |
|---|---|
| javax.servlet.jsp.tagext |
| Modifier and Type | Method | Description |
|---|---|---|
TagAttributeInfo[] |
TagInfo.getAttributes() |
A null return means no information on attributes
|
static TagAttributeInfo |
TagAttributeInfo.getIdAttribute(TagAttributeInfo[] a) |
Convenience method that goes through an array of TagAttributeInfo
objects and looks for "id".
|
| Modifier and Type | Method | Description |
|---|---|---|
static TagAttributeInfo |
TagAttributeInfo.getIdAttribute(TagAttributeInfo[] a) |
Convenience method that goes through an array of TagAttributeInfo
objects and looks for "id".
|
| 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.
|
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.