public abstract class AbstractVarTEI extends TagExtraInfo
The name of the attribute can be overwritten via a custom default
constructor or by overwriting getVariableName(javax.servlet.jsp.tagext.TagData).
All implementations need to overwrite getClassName(javax.servlet.jsp.tagext.TagData)
in order to provide the type (class name) of the variable.
| Constructor and Description |
|---|
AbstractVarTEI() |
| Modifier and Type | Method and Description |
|---|---|
VariableInfo[] |
getVariableInfo(TagData data)
information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
|
getTagInfo, isValid, setTagInfo, validatepublic VariableInfo[] getVariableInfo(TagData data)
TagExtraInfogetVariableInfo in class TagExtraInfodata - The TagData instance.Copyright © 2010 - 2020 Adobe. All Rights Reserved