328329330331332333334
* * @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)); }
326327328329330331332
321322323324325326327
339340341342343344345
324325326327328329330
367368369370371372373
368369370371372373374
340341342343344345346