| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_TEST |
| Constructor and Description |
|---|
ConditionalTag(String ognlExpression,
String text)
Parses the given OGNL expression that can be used by Ognl static methods.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Object rootObjects)
Evaluate the expression from test attribute is true or false.
|
String |
getText()
Retrieve the text from XML element.
|
boolean |
isDynamic()
Indicate if text is dynamic or static.
|
String |
toString() |
public static final String ATTRIBUTE_TEST
public ConditionalTag(String ognlExpression, String text)
ognlExpression - the OGNL expression to be parsedMalformedExpression - if the expression is malformed or if there is a
pathological environmental problem.Copyright © 2015 jkniv. All rights reserved.