284285286287288289290
* * @param text the expression to be evaluated * @return the builder to continue processing the DSL */ public T el(String text) { return expression(new ELExpression(text)); }
282283284285286287288
277278279280281282283
280281282283284285286
285286287288289290291
283284285286287288289