|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.expression.ExpressionUtils
public abstract class ExpressionUtils
Utility class with static methods for helping with establishing environments for SpEL expressions.
Constructor Summary | |
---|---|
ExpressionUtils()
|
Method Summary | |
---|---|
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext()
Create a StandardEvaluationContext with a MapAccessor in its
property accessor property. |
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
Creates BeanFactoryResolver , extracts ConversionService and delegates to
createStandardEvaluationContext(BeanResolver, ConversionService) |
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext(org.springframework.expression.BeanResolver beanResolver)
Create a StandardEvaluationContext with a MapAccessor in its
property accessor property and the supplied BeanResolver in its
beanResolver property. |
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext(org.springframework.expression.BeanResolver beanResolver,
org.springframework.core.convert.ConversionService conversionService)
Create a StandardEvaluationContext with a MapAccessor in its
property accessor property, the supplied BeanResolver in its
beanResolver property, and the supplied ConversionService in its
conversionService property. |
static org.springframework.expression.spel.support.StandardEvaluationContext |
createStandardEvaluationContext(org.springframework.core.convert.ConversionService conversionService)
Create a StandardEvaluationContext with a MapAccessor in its
property accessor property and the supplied ConversionService in its
conversionService property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionUtils()
Method Detail |
---|
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext()
StandardEvaluationContext
with a MapAccessor
in its
property accessor property.
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext(org.springframework.expression.BeanResolver beanResolver)
StandardEvaluationContext
with a MapAccessor
in its
property accessor property and the supplied BeanResolver
in its
beanResolver property.
beanResolver
- the bean resolver.
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext(org.springframework.core.convert.ConversionService conversionService)
StandardEvaluationContext
with a MapAccessor
in its
property accessor property and the supplied ConversionService
in its
conversionService property.
conversionService
- the conversion service.
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext(org.springframework.expression.BeanResolver beanResolver, org.springframework.core.convert.ConversionService conversionService)
StandardEvaluationContext
with a MapAccessor
in its
property accessor property, the supplied BeanResolver
in its
beanResolver property, and the supplied ConversionService
in its
conversionService property.
beanResolver
- the bean resolver.conversionService
- the conversion service.
public static org.springframework.expression.spel.support.StandardEvaluationContext createStandardEvaluationContext(org.springframework.beans.factory.BeanFactory beanFactory)
BeanFactoryResolver
, extracts ConversionService
and delegates to
createStandardEvaluationContext(BeanResolver, ConversionService)
beanFactory
- the beanFactory.
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |