public class JuelExpression extends Object implements Expression
ValueExpression.| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionText |
protected ValueExpression |
valueExpression |
| Constructor and Description |
|---|
JuelExpression(ValueExpression valueExpression,
String expressionText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText() |
Object |
getValue(VariableScope variableScope) |
void |
setValue(Object value,
VariableScope variableScope) |
String |
toString() |
protected String expressionText
protected ValueExpression valueExpression
public JuelExpression(ValueExpression valueExpression, String expressionText)
public Object getValue(VariableScope variableScope)
getValue in interface Expressionpublic void setValue(Object value, VariableScope variableScope)
setValue in interface Expressionpublic String getExpressionText()
getExpressionText in interface ExpressionCopyright © 2016 Alfresco. All rights reserved.