Class JuelExpression
- java.lang.Object
- 
- org.camunda.bpm.dmn.engine.impl.el.JuelExpression
 
- 
- All Implemented Interfaces:
- ElExpression
 
 public class JuelExpression extends Object implements ElExpression - Author:
- Daniel Meyer
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected JuelElContextFactoryelContextFactoryprotected javax.el.ValueExpressionexpression
 - 
Constructor SummaryConstructors Constructor Description JuelExpression(javax.el.ValueExpression expression, JuelElContextFactory elContextFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(VariableContext variableContext)Execute the expression and return the valueStringtoString()
 
- 
- 
- 
Field Detail- 
expressionprotected final javax.el.ValueExpression expression 
 - 
elContextFactoryprotected final JuelElContextFactory elContextFactory 
 
- 
 - 
Constructor Detail- 
JuelExpressionpublic JuelExpression(javax.el.ValueExpression expression, JuelElContextFactory elContextFactory)
 
- 
 - 
Method Detail- 
getValuepublic Object getValue(VariableContext variableContext) Description copied from interface:ElExpressionExecute the expression and return the value- Specified by:
- getValuein interface- ElExpression
- Parameters:
- variableContext- the context in which the expression should be executed
- Returns:
- the value
 
 
- 
 
-