public abstract class ExpressionUtils
extends java.lang.Object| コンストラクターと説明 |
|---|
ExpressionUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static org.springframework.expression.spel.support.StandardEvaluationContext | createStandardEvaluationContext() 通常はテストで、BeanFactory なしでコンテキストを作成するために使用されます。 |
static org.springframework.expression.spel.support.StandardEvaluationContext | createStandardEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)null でない場合は beanFactory からコンテキストを取得します。beanFactory が 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 - Bean ファクトリ。