Class ApplicationContextElResolver

java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.form.spring.ApplicationContextElResolver

public class ApplicationContextElResolver extends org.flowable.common.engine.impl.javax.el.ELResolver
Author:
Tijs Rademakers, Joram Barrez
  • Field Details

  • Constructor Details

    • ApplicationContextElResolver

      public ApplicationContextElResolver(ApplicationContext applicationContext)
  • Method Details

    • getValue

      public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
      Specified by:
      getValue in class org.flowable.common.engine.impl.javax.el.ELResolver
    • isReadOnly

      public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
      Specified by:
      isReadOnly in class org.flowable.common.engine.impl.javax.el.ELResolver
    • setValue

      public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value)
      Specified by:
      setValue in class org.flowable.common.engine.impl.javax.el.ELResolver
    • getCommonPropertyType

      public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg)
      Specified by:
      getCommonPropertyType in class org.flowable.common.engine.impl.javax.el.ELResolver
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg)
      Specified by:
      getFeatureDescriptors in class org.flowable.common.engine.impl.javax.el.ELResolver
    • getType

      public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg1, Object arg2)
      Specified by:
      getType in class org.flowable.common.engine.impl.javax.el.ELResolver