Example usage for javax.el ValueExpression subclass-usage

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

Introduction

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

Usage

From source file org.nuxeo.ecm.platform.ui.web.binding.alias.AliasValueExpression.java

/**
 * Value expression that only stores a reference the {@link AliasVariableMapper} id so that the corresponding expression
 * is found in the context, and is evaluated against contextual values.
 *
 * @author Anahide Tchertchian
 * @since 5.4

From source file org.nuxeo.ecm.platform.ui.web.binding.MetaValueExpression.java

/**
 * Meta value expression used to invoke the EL expression that is already the result of a value expression.
 *
 * @author <a href="mailto:at@nuxeo.com">Anahide Tchertchian</a>
 */
public class MetaValueExpression extends ValueExpression implements Serializable {

From source file org.jbuilt.utils.ValueClosureExpression.java

public class ValueClosureExpression extends ValueExpression implements Closure, Serializable, StateHolder {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;