Uses of Class
org.springframework.expression.spel.support.StandardEvaluationContext
Packages that use StandardEvaluationContext Package Description org.springframework.context.expression Expression parsing support within a Spring application context.Uses of StandardEvaluationContext in org.springframework.context.expression
Subclasses of StandardEvaluationContext in org.springframework.context.expression Modifier and Type Class Description classMethodBasedEvaluationContextA method-basedEvaluationContextthat provides explicit support for method-based invocations.Methods in org.springframework.context.expression with parameters of type StandardEvaluationContext Modifier and Type Method Description protected voidStandardBeanExpressionResolver. customizeEvaluationContext(StandardEvaluationContext evalContext)Template method for customizing the expression evaluation context.