379380381382383384385
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T mvel(String text) { return expression(new MvelExpression(text)); }