public abstract class TagExtraInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
TagExtraInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
TagInfo |
getTagInfo() |
Get the TagInfo for this class
|
VariableInfo[] |
getVariableInfo(TagData data) |
information on scripting variables defined by this tag
|
boolean |
isValid(TagData data) |
Translation-time validation of the attributes.
|
void |
setTagInfo(TagInfo tagInfo) |
Set the TagInfo for this class
|
public VariableInfo[] getVariableInfo(TagData data)
data - The translation-time TagData instance.public boolean isValid(TagData data)
data - The translation-time TagData instance.public final void setTagInfo(TagInfo tagInfo)
tagInfo - The TagInfo this instance is extendingpublic final TagInfo getTagInfo()
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.