public class DeclareTEI extends TagExtraInfo
An implementation of TagExtraInfo provided for <declare>. We simply set up a scripting variable for the ID and value that <declare> already stored. For EA2, DefineTEI *always* declares the variable; no option is given via a tag attribute. Visibility is always AT_END.
Constructor and Description |
---|
DeclareTEI() |
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, validate
public VariableInfo[] getVariableInfo(TagData data)
TagExtraInfo
getVariableInfo
in class TagExtraInfo
data
- The TagData instance.Copyright © 2018 JBoss by Red Hat. All rights reserved.