Class VariableContextElResolver
- java.lang.Object
-
- javax.el.ELResolver
-
- org.camunda.bpm.dmn.engine.impl.el.VariableContextElResolver
-
public class VariableContextElResolver extends javax.el.ELResolver- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static StringVARIABLE_CONTEXT_KEY
-
Constructor Summary
Constructors Constructor Description VariableContextElResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)ObjectgetValue(javax.el.ELContext context, Object base, Object property)booleanisReadOnly(javax.el.ELContext context, Object base, Object property)voidsetValue(javax.el.ELContext context, Object base, Object property, Object value)protected Objectunpack(TypedValue typedValue)
-
-
-
Field Detail
-
VARIABLE_CONTEXT_KEY
public static final String VARIABLE_CONTEXT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public Object getValue(javax.el.ELContext context, Object base, Object property)
- Specified by:
getValuein classjavax.el.ELResolver
-
setValue
public void setValue(javax.el.ELContext context, Object base, Object property, Object value)- Specified by:
setValuein classjavax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property)- Specified by:
isReadOnlyin classjavax.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(javax.el.ELContext arg0, Object arg1)
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getType
public Class<?> getType(javax.el.ELContext arg0, Object arg1, Object arg2)
- Specified by:
getTypein classjavax.el.ELResolver
-
unpack
protected Object unpack(TypedValue typedValue)
-
-