public class VariableScopeElResolver extends ELResolver
ELResolver that resolves expressions with the variables as context.| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
variables |
RESOLVABLE_AT_DESIGN_TIME, TYPE| Constructor and Description |
|---|
VariableScopeElResolver(Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(ELContext arg0,
Object arg1) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(ELContext arg0,
Object arg1) |
Class<?> |
getType(ELContext arg0,
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) |
invokepublic Object getValue(ELContext context, Object base, Object property)
getValue in class ELResolverpublic boolean isReadOnly(ELContext context, Object base, Object property)
isReadOnly in class ELResolverpublic void setValue(ELContext context, Object base, Object property, Object value)
setValue in class ELResolverpublic Class<?> getCommonPropertyType(ELContext arg0, Object arg1)
getCommonPropertyType in class ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext arg0, Object arg1)
getFeatureDescriptors in class ELResolverCopyright © 2017 Flowable. All rights reserved.