106107108109110111112
* * @param action String representation of the EL expression */ public void setAction(final String action) { this.action = new ConstantExpression(action); }