public class ApplicationContextElResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context,
Object arg) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext context,
Object arg) |
Class<?> |
getType(org.flowable.common.engine.impl.javax.el.ELContext context,
Object arg1,
Object arg2) |
Object |
getValue(org.flowable.common.engine.impl.javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(org.flowable.common.engine.impl.javax.el.ELContext context,
Object base,
Object property,
Object value) |
protected org.springframework.context.ApplicationContext applicationContext
public ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property)
getValue in class org.flowable.common.engine.impl.javax.el.ELResolverpublic boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context,
Object base,
Object property)
isReadOnly in class org.flowable.common.engine.impl.javax.el.ELResolverpublic void setValue(org.flowable.common.engine.impl.javax.el.ELContext context,
Object base,
Object property,
Object value)
setValue in class org.flowable.common.engine.impl.javax.el.ELResolverpublic Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg)
getCommonPropertyType in class org.flowable.common.engine.impl.javax.el.ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext context, Object arg)
getFeatureDescriptors in class org.flowable.common.engine.impl.javax.el.ELResolverCopyright © 2019. All rights reserved.