Example usage for javax.el MethodExpression subclass-usage

List of usage examples for javax.el MethodExpression subclass-usage

Introduction

In this page you can find the example usage for javax.el MethodExpression subclass-usage.

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 {

    /**
     * 
     */