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 Expression
public void setValue(Object value, VariableScope variableScope)
setValue
in interface Expression
public String getExpressionText()
getExpressionText
in interface Expression
Copyright © 2016 Alfresco. All rights reserved.