public interface ITextTag
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Object rootObjects)
Evaluate if attribute test is true or false with OGNL expression.
|
List<? extends ITextTag> |
getTags()
Collections from inner tags (
WhereTag, SetTag...) |
String |
getText()
Retrieve the text from XML element, can be dynamic or static.
|
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.
|
boolean eval(Object rootObjects)
rootObjects - the root object for the OGNL expression.MalformedExpression - if the expression is malformed.OgnlString getText()
String getText(Object rootObjects)
rootObjects - the root object for the OGNL expression.MalformedExpression - if the expression is malformed.Ognlboolean isDynamic()
boolean isDynamicGroup()
Copyright © 2012–2022 jkniv, copyleft code. All rights reserved.