public class ReadOnlyMapELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
ELResolver that exposed object values in the map, under the name of the entry's key. The values in the map are only returned when requested property has no 'base', meaning it's a
root-object.| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,Object> |
wrappedMap |
| Constructor and Description |
|---|
ReadOnlyMapELResolver(Map<Object,Object> map) |
| 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) |
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 © 2018 Flowable. All rights reserved.