Class ApplicationContextElResolver


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

      Fields 
      Modifier and Type Field Description
      protected org.springframework.context.ApplicationContext applicationContext  
      • Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver

        RESOLVABLE_AT_DESIGN_TIME, TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationContextElResolver​(org.springframework.context.ApplicationContext applicationContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getCommonPropertyType​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object arg)  
      java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object arg)  
      java.lang.Class<?> getType​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object arg1, java.lang.Object arg2)  
      java.lang.Object getValue​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object base, java.lang.Object property)  
      boolean isReadOnly​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object base, java.lang.Object property)  
      void setValue​(org.flowable.common.engine.impl.javax.el.ELContext context, java.lang.Object base, java.lang.Object property, java.lang.Object value)  
      • Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver

        invoke
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • applicationContext

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

      • ApplicationContextElResolver

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

      • getValue

        public java.lang.Object getValue​(org.flowable.common.engine.impl.javax.el.ELContext context,
                                         java.lang.Object base,
                                         java.lang.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,
                                  java.lang.Object base,
                                  java.lang.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,
                             java.lang.Object base,
                             java.lang.Object property,
                             java.lang.Object value)
        Specified by:
        setValue in class org.flowable.common.engine.impl.javax.el.ELResolver
      • getCommonPropertyType

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

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

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