org.thymeleaf.standard.expression
Interface IStandardExpressionEvaluator

All Known Implementing Classes:
OgnlExpressionEvaluator

Deprecated. Implement IStandardVariableExpressionEvaluator instead. Will be removed in 2.1.x

@Deprecated
public interface IStandardExpressionEvaluator

Since:
2.0.9
Author:
Daniel Fernández

Method Summary
 Object evaluate(Arguments arguments, String expression, Object root)
          Deprecated.  
 

Method Detail

evaluate

Object evaluate(Arguments arguments,
                String expression,
                Object root)
Deprecated. 


Copyright © 2013 The THYMELEAF team. All Rights Reserved.