public class VariableScopeElResolver
extends javax.el.ELResolver
ELResolver that resolves expressions with the process variables of a given VariableScope as context. | Modifier and Type | Field and Description |
|---|---|
static String |
EXECUTION_KEY |
static String |
LOGGED_IN_USER_KEY |
static String |
TASK_KEY |
protected VariableScope |
variableScope |
| Constructor and Description |
|---|
VariableScopeElResolver(VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext arg0,
Object arg1) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext arg0,
Object arg1) |
Class<?> |
getType(javax.el.ELContext arg0,
Object arg1,
Object arg2) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object value) |
public static final String EXECUTION_KEY
public static final String TASK_KEY
public static final String LOGGED_IN_USER_KEY
protected VariableScope variableScope
public VariableScopeElResolver(VariableScope variableScope)
public Object getValue(javax.el.ELContext context, Object base, Object property)
getValue in class javax.el.ELResolverpublic boolean isReadOnly(javax.el.ELContext context,
Object base,
Object property)
isReadOnly in class javax.el.ELResolverpublic void setValue(javax.el.ELContext context,
Object base,
Object property,
Object value)
setValue in class javax.el.ELResolverpublic Class<?> getCommonPropertyType(javax.el.ELContext arg0, Object arg1)
getCommonPropertyType in class javax.el.ELResolverpublic Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)
getFeatureDescriptors in class javax.el.ELResolverCopyright © 2010–2018 Alfresco. All rights reserved.