|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStandardVariableExpressionEvaluator | |
---|---|
org.thymeleaf.standard | |
org.thymeleaf.standard.expression |
Uses of IStandardVariableExpressionEvaluator in org.thymeleaf.standard |
---|
Methods in org.thymeleaf.standard that return IStandardVariableExpressionEvaluator | |
---|---|
IStandardVariableExpressionEvaluator |
StandardDialect.getVariableExpressionEvaluator()
Returns the variable expression evaluator (implementation of IStandardVariableExpressionEvaluator )
that is configured to be used at this instance of the Standard Dialect. |
Methods in org.thymeleaf.standard with parameters of type IStandardVariableExpressionEvaluator | |
---|---|
void |
StandardDialect.setVariableExpressionEvaluator(IStandardVariableExpressionEvaluator variableExpressionEvaluator)
Sets the variable expression evaluator (implementation of IStandardVariableExpressionEvaluator )
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 | |
---|---|
class |
OgnlVariableExpressionEvaluator
|
Methods in org.thymeleaf.standard.expression that return IStandardVariableExpressionEvaluator | |
---|---|
static IStandardVariableExpressionEvaluator |
StandardExpressions.getVariableExpressionEvaluator(Configuration configuration)
Obtain the variable expression evaluator (implementation of IStandardVariableExpressionEvaluator )
registered by the Standard Dialect that is being currently used. |
Methods in org.thymeleaf.standard.expression with parameters of type IStandardVariableExpressionEvaluator | |
---|---|
static StandardExpressionExecutor |
StandardExpressionProcessor.createStandardExpressionExecutor(IStandardVariableExpressionEvaluator expressionEvaluator)
Deprecated. the StandardExpres1sionProcessor class was deprecated in 2.1.0 for semantic and refactoring reasons. Should use the equivalent StandardExpressions instead if you want to obtain
parser instances registered by the standard dialects, or instance your
parser instances using their constructors directly if you are building your own dialect
including these parserss. As for expression execution, this is no longer managed by executor
objects (also deprecated) but by the expressions themselves. Will be removed in 3.0. |
Constructors in org.thymeleaf.standard.expression with parameters of type IStandardVariableExpressionEvaluator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |