org.thymeleaf.spring4.expression
Class SpelExpressionEvaluator

Object
  extended by org.thymeleaf.spring4.expression.SpelExpressionEvaluator
All Implemented Interfaces:
org.thymeleaf.standard.expression.IStandardExpressionEvaluator

Deprecated. Use SpelVariableExpressionEvaluator instead. Will be removed in 2.1.x

@Deprecated
public class SpelExpressionEvaluator
extends Object
implements org.thymeleaf.standard.expression.IStandardExpressionEvaluator

Since:
1.1
Author:
Daniel Fernández, Guven Demir

Field Summary
static String FIELDS_EVALUATION_VARIABLE_NAME
          Deprecated.  
static SpelExpressionEvaluator INSTANCE
          Deprecated.  
 
Method Summary
protected  Map<String,Object> computeAdditionalContextVariables(org.thymeleaf.Arguments arguments)
          Deprecated.  
 Object evaluate(org.thymeleaf.Arguments arguments, String spelExpression, Object root)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final SpelExpressionEvaluator INSTANCE
Deprecated. 

FIELDS_EVALUATION_VARIABLE_NAME

public static final String FIELDS_EVALUATION_VARIABLE_NAME
Deprecated. 
See Also:
Constant Field Values
Method Detail

evaluate

public final Object evaluate(org.thymeleaf.Arguments arguments,
                             String spelExpression,
                             Object root)
Deprecated. 
Specified by:
evaluate in interface org.thymeleaf.standard.expression.IStandardExpressionEvaluator

computeAdditionalContextVariables

protected Map<String,Object> computeAdditionalContextVariables(org.thymeleaf.Arguments arguments)
Deprecated. 

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.