Class IntegrationEvaluationContextFactoryBean

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

public class IntegrationEvaluationContextFactoryBean extends AbstractEvaluationContextFactoryBean implements FactoryBean<StandardEvaluationContext>

FactoryBean to populate StandardEvaluationContext 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:
3.0
Author:
Artem Bilan, Gary Russell