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