|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardExpressionExecutionContext | |
---|---|
org.thymeleaf.standard.expression |
Uses of StandardExpressionExecutionContext in org.thymeleaf.standard.expression |
---|
Fields in org.thymeleaf.standard.expression declared as StandardExpressionExecutionContext | |
---|---|
static StandardExpressionExecutionContext |
StandardExpressionExecutionContext.NORMAL
|
static StandardExpressionExecutionContext |
StandardExpressionExecutionContext.NORMAL_WITH_TYPE_CONVERSION
|
static StandardExpressionExecutionContext |
StandardExpressionExecutionContext.PREPROCESSING
|
static StandardExpressionExecutionContext |
StandardExpressionExecutionContext.UNESCAPED_EXPRESSION
|
static StandardExpressionExecutionContext |
StandardExpressionExecutionContext.UNESCAPED_EXPRESSION_WITH_TYPE_CONVERSION
|
Methods in org.thymeleaf.standard.expression that return StandardExpressionExecutionContext | |
---|---|
StandardExpressionExecutionContext |
StandardExpressionExecutionContext.withoutTypeConversion()
|
StandardExpressionExecutionContext |
StandardExpressionExecutionContext.withTypeConversion()
|
Methods in org.thymeleaf.standard.expression with parameters of type StandardExpressionExecutionContext | |
---|---|
Object |
IStandardVariableExpressionEvaluator.evaluate(Configuration configuration,
IProcessingContext processingContext,
String expression,
StandardExpressionExecutionContext expContext,
boolean useSelectionAsRoot)
Evaluate the variable expression. |
Object |
OgnlVariableExpressionEvaluator.evaluate(Configuration configuration,
IProcessingContext processingContext,
String expression,
StandardExpressionExecutionContext expContext,
boolean useSelectionAsRoot)
|
Object |
Expression.execute(Configuration configuration,
IProcessingContext processingContext,
StandardExpressionExecutionContext expContext)
|
Object |
IStandardExpression.execute(Configuration configuration,
IProcessingContext processingContext,
StandardExpressionExecutionContext expContext)
Execute the expression. |
static Object |
StandardExpressionProcessor.executeExpression(Arguments arguments,
Expression expression,
StandardExpressionExecutionContext expContext)
Deprecated. the StandardExpressionProcessor 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. |
Object |
StandardExpressionExecutor.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. |
static Object |
StandardExpressionProcessor.executeExpression(Configuration configuration,
IProcessingContext processingContext,
Expression expression,
StandardExpressionExecutionContext expContext)
Deprecated. the StandardExpressionProcessor 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. |
Object |
StandardExpressionExecutor.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. |
static boolean |
FragmentSelectionUtils.hasSyntheticParameters(FragmentSelection fragmentSelection,
Configuration configuration,
IProcessingContext processingContext,
StandardExpressionExecutionContext expContext)
|
static Object |
StandardExpressionProcessor.processExpression(Arguments arguments,
String input,
StandardExpressionExecutionContext expContext)
Deprecated. the StandardExpressionProcessor 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. |
static Object |
StandardExpressionProcessor.processExpression(Configuration configuration,
IProcessingContext processingContext,
String input,
StandardExpressionExecutionContext expContext)
Deprecated. the StandardExpressionProcessor 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. |
protected void |
OgnlVariableExpressionEvaluator.setVariableRestrictions(StandardExpressionExecutionContext expContext,
Object evaluationRoot,
Map<String,Object> contextVariables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |