Uses of Interface
org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
-
Packages that use IStandardVariableExpressionEvaluator Package Description org.thymeleaf.standard org.thymeleaf.standard.expression -
-
Uses of IStandardVariableExpressionEvaluator in org.thymeleaf.standard
Methods in org.thymeleaf.standard that return IStandardVariableExpressionEvaluator Modifier and Type Method Description IStandardVariableExpressionEvaluatorStandardDialect. getVariableExpressionEvaluator()Returns the variable expression evaluator (implementation ofIStandardVariableExpressionEvaluator) that is configured to be used at this instance of the Standard Dialect.Methods in org.thymeleaf.standard with parameters of type IStandardVariableExpressionEvaluator Modifier and Type Method Description voidStandardDialect. setVariableExpressionEvaluator(IStandardVariableExpressionEvaluator variableExpressionEvaluator)Sets the variable expression evaluator (implementation ofIStandardVariableExpressionEvaluator) that should be used at this instance of the Standard Dialect. -
Uses of IStandardVariableExpressionEvaluator in org.thymeleaf.standard.expression
Classes in org.thymeleaf.standard.expression that implement IStandardVariableExpressionEvaluator Modifier and Type Class Description classOGNLVariableExpressionEvaluatorEvaluator for variable expressions (${...}) in Thymeleaf Standard Expressions, using the OGNL expression language.Methods in org.thymeleaf.standard.expression that return IStandardVariableExpressionEvaluator Modifier and Type Method Description static IStandardVariableExpressionEvaluatorStandardExpressions. getVariableExpressionEvaluator(IEngineConfiguration configuration)Obtain the variable expression evaluator (implementation ofIStandardVariableExpressionEvaluator) registered by the Standard Dialect that is being currently used.
-