Class AbstractEvaluationContextFactoryBean
java.lang.Object
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
- All Implemented Interfaces:
- Aware,- InitializingBean,- ApplicationContextAware
- Direct Known Subclasses:
- IntegrationEvaluationContextFactoryBean,- IntegrationSimpleEvaluationContextFactoryBean
public abstract class AbstractEvaluationContextFactoryBean
extends Object
implements ApplicationContextAware, InitializingBean
Abstract class for integration evaluation context factory beans.
- Since:
- 4.3.15
- Author:
- Gary Russell
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ApplicationContextReturn the map ofIndexAccessors to use in the targetEvaluationContextprotected TypeConverterprotected voidinitialize(String beanName) voidsetApplicationContext(ApplicationContext applicationContext) voidsetFunctions(Map<String, Method> functionsArg) voidsetIndexAccessors(Map<String, IndexAccessor> indexAccessors) Set a map ofIndexAccessors to use in the targetEvaluationContextvoidsetPropertyAccessors(Map<String, PropertyAccessor> propertyAccessors) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet
- 
Constructor Details- 
AbstractEvaluationContextFactoryBeanpublic AbstractEvaluationContextFactoryBean()
 
- 
- 
Method Details- 
getTypeConverter
- 
getApplicationContext
- 
setApplicationContext- Specified by:
- setApplicationContextin interface- ApplicationContextAware
- Throws:
- BeansException
 
- 
setPropertyAccessors
- 
getPropertyAccessors
- 
setIndexAccessorsSet a map ofIndexAccessors to use in the targetEvaluationContext- Parameters:
- indexAccessors- the map of- IndexAccessors to use
- Since:
- 6.4
- See Also:
 
- 
getIndexAccessorsReturn the map ofIndexAccessors to use in the targetEvaluationContext- Returns:
- the map of IndexAccessors to use
- Since:
- 6.4
- See Also:
 
- 
setFunctions
- 
getFunctions
- 
initialize
 
-