public interface ITextTag
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Object rootObjects)
Evaluate if attribute test is true or false with OGNL expression.
|
String |
getText()
Retrieve the text from XML element, can be dynamic or static.
|
boolean |
isDynamic()
Indicate if text is dynamic or static.
|
boolean eval(Object rootObjects)
rootObjects - the root object for the OGNL expression.MalformedExpression - if the expression is malformed.OgnlString getText()
boolean isDynamic()
Copyright © 2015 jkniv. All rights reserved.