Class AbstractEvaluationContextFactoryBean

java.lang.Object
org.springframework.integration.config.AbstractEvaluationContextFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
IntegrationEvaluationContextFactoryBean, IntegrationSimpleEvaluationContextFactoryBean

public abstract class AbstractEvaluationContextFactoryBean extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Abstract class for integration evaluation context factory beans.
Since:
4.3.15
  • Constructor Details

    • AbstractEvaluationContextFactoryBean

      public AbstractEvaluationContextFactoryBean()
  • Method Details

    • getTypeConverter

      protected org.springframework.expression.TypeConverter getTypeConverter()
    • getApplicationContext

      protected org.springframework.context.ApplicationContext getApplicationContext()
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • setPropertyAccessors

      public void setPropertyAccessors(Map<String,org.springframework.expression.PropertyAccessor> accessors)
    • getPropertyAccessors

      public Map<String,org.springframework.expression.PropertyAccessor> getPropertyAccessors()
    • setFunctions

      public void setFunctions(Map<String,Method> functionsArg)
    • getFunctions

      public Map<String,Method> getFunctions()
    • initialize

      protected void initialize(String beanName)