Uses of Class
org.springframework.expression.spel.support.StandardEvaluationContext
Packages that use StandardEvaluationContext
Package
Description
Expression parsing support within a Spring application context.
SpEL's default implementations for various core abstractions.
-
Uses of StandardEvaluationContext in org.springframework.context.expression
Subclasses of StandardEvaluationContext in org.springframework.context.expressionModifier and TypeClassDescriptionclassA method-basedEvaluationContextthat provides explicit support for method-based invocations.Methods in org.springframework.context.expression with parameters of type StandardEvaluationContextModifier and TypeMethodDescriptionprotected voidStandardBeanExpressionResolver.customizeEvaluationContext(StandardEvaluationContext evalContext) Template method for customizing the expression evaluation context. -
Uses of StandardEvaluationContext in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support with parameters of type StandardEvaluationContextModifier and TypeMethodDescriptionvoidStandardEvaluationContext.applyDelegatesTo(StandardEvaluationContext evaluationContext) Apply the internal delegates of this instance to the specifiedevaluationContext.