| Constructor and Description |
|---|
WhereTag(List<ITextTag> listTestTag)
Build a new
where tag. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Object rootObjects)
Evaluate if attribute test is true.
|
List<? extends ITextTag> |
getTags()
Collections from inner tags (
WhereTag, SetTag...) |
String |
getText()
Retrieve the dynamic text from XML element.
|
String |
getText(Object rootObjects)
Evaluate if attribute test is true or false with OGNL expression.
|
boolean |
isDynamic()
Indicate if text is dynamic or static.
|
boolean |
isDynamicGroup()
Indicate if text contains a dynamic group of tags like: SetTag and WhereTag.
|
public static final String TAG_NAME
public boolean eval(Object rootObjects)
public String getText()
public String getText(Object rootObjects)
ITextTagpublic boolean isDynamic()
public boolean isDynamicGroup()
ITextTagisDynamicGroup in interface ITextTagCopyright © 2012–2022 jkniv, copyleft code. All rights reserved.