|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.thymeleaf.standard.expression.OgnlExpressionEvaluator
OgnlVariableExpressionEvaluator instead. Will be removed
in 2.1.x
@Deprecated public class OgnlExpressionEvaluator
| Field Summary | |
|---|---|
static OgnlExpressionEvaluator |
INSTANCE
Deprecated. |
| Method Summary | |
|---|---|
protected Map<String,Object> |
computeAdditionalContextVariables(Arguments arguments)
Deprecated. |
Object |
evaluate(Arguments arguments,
String expression,
Object root)
Deprecated. |
protected boolean |
shouldApplyOgnlBooleanFix()
Deprecated. Determines whether a fix should be applied to OGNL in order to evaluate Strings as booleans in the same way as Thymeleaf does ('false', 'off' and 'no' are actually "false" instead of OGNL's default "true"). |
String |
toString()
Deprecated. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final OgnlExpressionEvaluator INSTANCE
| Method Detail |
|---|
public final Object evaluate(Arguments arguments,
String expression,
Object root)
evaluate in interface IStandardExpressionEvaluatorprotected Map<String,Object> computeAdditionalContextVariables(Arguments arguments)
public String toString()
toString in class Objectprotected boolean shouldApplyOgnlBooleanFix()
Determines whether a fix should be applied to OGNL in order to evaluate Strings as booleans in the same way as Thymeleaf does ('false', 'off' and 'no' are actually "false" instead of OGNL's default "true").
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||