Package org.activiti.engine.impl.el
Class JuelExpression
- java.lang.Object
-
- org.activiti.engine.impl.el.JuelExpression
-
- All Implemented Interfaces:
Serializable,Expression
public class JuelExpression extends Object implements Expression
Expression implementation backed by a JUELValueExpression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JuelExpression(javax.el.ValueExpression valueExpression, String expressionText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionText()ObjectgetValue(VariableScope variableScope)ObjectgetValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String,Object> availableVariables)voidsetValue(Object value, VariableScope variableScope)StringtoString()
-
-
-
Constructor Detail
-
JuelExpression
public JuelExpression(javax.el.ValueExpression valueExpression, String expressionText)
-
-
Method Detail
-
getValue
public Object getValue(VariableScope variableScope)
- Specified by:
getValuein interfaceExpression
-
setValue
public void setValue(Object value, VariableScope variableScope)
- Specified by:
setValuein interfaceExpression
-
getExpressionText
public String getExpressionText()
- Specified by:
getExpressionTextin interfaceExpression
-
getValue
public Object getValue(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, Map<String,Object> availableVariables)
- Specified by:
getValuein interfaceExpression
-
-