Class ApplicationContextElResolver

java.lang.Object
ELResolver
org.camunda.bpm.engine.spring.ApplicationContextElResolver

public class ApplicationContextElResolver extends ELResolver
Author:
Tom Baeyens, Frederik Heremans
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • ApplicationContextElResolver

      public ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • getValue

      public Object getValue(ELContext context, Object base, Object property)
    • isReadOnly

      public boolean isReadOnly(ELContext context, Object base, Object property)
    • setValue

      public void setValue(ELContext context, Object base, Object property, Object value)
    • getCommonPropertyType

      public Class<?> getCommonPropertyType(ELContext context, Object arg)
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object arg)
    • getType

      public Class<?> getType(ELContext context, Object arg1, Object arg2)