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