Class IntegrationSimpleEvaluationContextFactoryBean

java.lang.Object
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
org.springframework.integration.config.IntegrationSimpleEvaluationContextFactoryBean
All Implemented Interfaces:
Aware, FactoryBean<SimpleEvaluationContext>, InitializingBean, ApplicationContextAware

public class IntegrationSimpleEvaluationContextFactoryBean extends AbstractEvaluationContextFactoryBean implements FactoryBean<SimpleEvaluationContext>

FactoryBean to populate SimpleEvaluationContext instances enhanced with:

After initialization this factory populates functions and property accessors from SpelFunctionFactoryBeans and SpelPropertyAccessorRegistrar, respectively. Functions and property accessors are also inherited from any parent context.

This factory returns a new instance for each reference - isSingleton() returns false.

Since:
4.3.15
Author:
Artem Bilan, Gary Russell