Package com.flowable.form.spring
Class ApplicationContextElResolver
- java.lang.Object
-
- org.flowable.common.engine.impl.javax.el.ELResolver
-
- com.flowable.form.spring.ApplicationContextElResolver
-
public class ApplicationContextElResolver extends ELResolver
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected 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(ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getCommonPropertyType(ELContext context, Object arg)
Iterator<FeatureDescriptor>
getFeatureDescriptors(ELContext context, Object arg)
Class<?>
getType(ELContext context, Object arg1, Object arg2)
Object
getValue(ELContext context, Object base, Object property)
boolean
isReadOnly(ELContext context, Object base, Object property)
void
setValue(ELContext context, Object base, Object property, Object value)
-
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
-
-
-
Field Detail
-
applicationContext
protected ApplicationContext applicationContext
-
-
Constructor Detail
-
ApplicationContextElResolver
public ApplicationContextElResolver(ApplicationContext applicationContext)
-
-
Method Detail
-
getValue
public Object getValue(ELContext context, Object base, Object property)
- Specified by:
getValue
in classELResolver
-
isReadOnly
public boolean isReadOnly(ELContext context, Object base, Object property)
- Specified by:
isReadOnly
in classELResolver
-
setValue
public void setValue(ELContext context, Object base, Object property, Object value)
- Specified by:
setValue
in classELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(ELContext context, Object arg)
- Specified by:
getCommonPropertyType
in classELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object arg)
- Specified by:
getFeatureDescriptors
in classELResolver
-
-