| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME |
ATTRIBUTE_TEST| Constructor and Description |
|---|
OtherwiseTag(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)
This node always return true.
|
getText, isDynamic, toStringpublic static final String TAG_NAME
public OtherwiseTag(String text)
ognlExpression - the OGNL expression to be parsedMalformedExpression - if the expression is malformed or if there is a
pathological environmental problem.public boolean eval(Object rootObjects)
eval in interface ITextTageval in class ConditionalTagrootObjects - the root object for the OGNL expression.OgnlCopyright © 2015 jkniv. All rights reserved.