| 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.
|
getTags, getText, getText, isDynamic, isDynamicGroup, toStringpublic static final String TAG_NAME
public OtherwiseTag(String text)
text - 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 © 2012–2022 jkniv, copyleft code. All rights reserved.