org.thymeleaf.standard.expression
Class StandardExpressionExecutor

Object
  extended by org.thymeleaf.standard.expression.StandardExpressionExecutor

Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.

@Deprecated
public final class StandardExpressionExecutor
extends Object

Since:
1.1
Author:
Daniel Fernández

Constructor Summary
StandardExpressionExecutor(IStandardVariableExpressionEvaluator expressionEvaluator)
          Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.
 
Method Summary
 Object executeExpression(Arguments arguments, Expression expression)
          Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.
 Object executeExpression(Arguments arguments, Expression expression, StandardExpressionExecutionContext expContext)
          Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.
 Object executeExpression(Configuration configuration, IProcessingContext processingContext, Expression expression)
          Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.
 Object executeExpression(Configuration configuration, IProcessingContext processingContext, Expression expression, StandardExpressionExecutionContext expContext)
          Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.
 String toString()
          Deprecated.  
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardExpressionExecutor

@Deprecated
public StandardExpressionExecutor(IStandardVariableExpressionEvaluator expressionEvaluator)
Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.

Method Detail

executeExpression

@Deprecated
public Object executeExpression(Arguments arguments,
                                           Expression expression)
Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.


executeExpression

@Deprecated
public Object executeExpression(Arguments arguments,
                                           Expression expression,
                                           StandardExpressionExecutionContext expContext)
Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.

Since:
2.0.16

executeExpression

@Deprecated
public Object executeExpression(Configuration configuration,
                                           IProcessingContext processingContext,
                                           Expression expression)
Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.


executeExpression

@Deprecated
public Object executeExpression(Configuration configuration,
                                           IProcessingContext processingContext,
                                           Expression expression,
                                           StandardExpressionExecutionContext expContext)
Deprecated. The StandardExpressionExecutor class has been deprecated in 2.1.0. Instead the "execute()" methods in Expression objects returned by parsers should be used directly.

Since:
2.0.16

toString

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


Copyright © 2013 The THYMELEAF team. All Rights Reserved.