Class ApplicationContextElResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.serviceregistry.engine.impl.expression.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
-
Constructor Summary
Constructors Constructor Description ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
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)
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
ApplicationContextElResolver
public ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
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 classorg.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 classorg.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 classorg.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 classorg.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 classorg.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 classorg.flowable.common.engine.impl.javax.el.ELResolver
-