List of usage examples for javax.el MethodExpression subclass-usage
From source file org.nuxeo.ecm.platform.ui.web.binding.MetaMethodExpression.java
/**
* Meta method expression used to invoke the EL expression that is already the
* result of a method expression.
* <p>
* For instance it is useful to use this expression to provide action links
* defined in NXActions extensions with links like
From source file org.jbuilt.utils.MethodClosureExpression.java
public class MethodClosureExpression extends MethodExpression implements Closure, Serializable, StateHolder, ActionListener { /** * */