Class FeelElContext
- java.lang.Object
-
- javax.el.ELContext
-
- org.camunda.bpm.dmn.feel.impl.juel.el.FeelElContext
-
public class FeelElContext extends javax.el.ELContext
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.el.ELResolver
elResolver
protected javax.el.FunctionMapper
functionMapper
protected javax.el.VariableMapper
variableMapper
-
Constructor Summary
Constructors Constructor Description FeelElContext(javax.el.ELResolver elResolver, javax.el.FunctionMapper functionMapper, javax.el.VariableMapper variableMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolver
getELResolver()
javax.el.FunctionMapper
getFunctionMapper()
javax.el.VariableMapper
getVariableMapper()
-
-
-
Method Detail
-
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in classjavax.el.ELContext
-
-