Uses of Class
org.springframework.expression.spel.support.StandardEvaluationContext
Packages that use StandardEvaluationContext
Package
Description
SpEL's default implementations for various core abstractions.
-
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.