Class ApplicationContextElResolver
- java.lang.Object
 - 
- org.flowable.common.engine.impl.javax.el.ELResolver
 - 
- com.flowable.serviceregistry.engine.impl.expression.ApplicationContextElResolver
 
 
 
- 
public class ApplicationContextElResolver extends ELResolver
- Author:
 - Tijs Rademakers, Joram Barrez
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ApplicationContextapplicationContext- 
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)ObjectgetValue(ELContext context, Object base, Object property)booleanisReadOnly(ELContext context, Object base, Object property)voidsetValue(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:
 getValuein classELResolver
 
- 
isReadOnly
public boolean isReadOnly(ELContext context, Object base, Object property)
- Specified by:
 isReadOnlyin classELResolver
 
- 
setValue
public void setValue(ELContext context, Object base, Object property, Object value)
- Specified by:
 setValuein classELResolver
 
- 
getCommonPropertyType
public Class<?> getCommonPropertyType(ELContext context, Object arg)
- Specified by:
 getCommonPropertyTypein classELResolver
 
- 
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object arg)
- Specified by:
 getFeatureDescriptorsin classELResolver
 
 - 
 
 -