public abstract class ExpressionUtils
extends java.lang.Object
Constructor and Description |
---|
ExpressionUtils() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext()
Used to create a context with no BeanFactory, usually in tests.
|
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
Obtains the context from the beanFactory if not null; emits a warning if the beanFactory
is null.
|
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext()
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
beanFactory
-