public class MvelExpression extends Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
compiled |
protected String |
expr |
| Constructor and Description |
|---|
MvelExpression(String expr) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(OperationContext ctx) |
protected Map<String,Object> |
getBindings(OperationContext ctx) |
String |
getExpr() |
protected transient volatile Serializable compiled
public MvelExpression(String expr)
public Object eval(OperationContext ctx)
eval in interface Expressionpublic String getExpr()
getExpr in interface Expressionprotected Map<String,Object> getBindings(OperationContext ctx)
Copyright © 2017 Nuxeo. All rights reserved.