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 String
VARIABLE_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)
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)
protected Object
unpack(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:
getValue
in classjavax.el.ELResolver
-
setValue
public void setValue(javax.el.ELContext context, Object base, Object property, Object value)
- Specified by:
setValue
in classjavax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property)
- Specified by:
isReadOnly
in classjavax.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(javax.el.ELContext arg0, Object arg1)
- Specified by:
getCommonPropertyType
in classjavax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)
- Specified by:
getFeatureDescriptors
in classjavax.el.ELResolver
-
getType
public Class<?> getType(javax.el.ELContext arg0, Object arg1, Object arg2)
- Specified by:
getType
in classjavax.el.ELResolver
-
unpack
protected Object unpack(TypedValue typedValue)
-
-