Example usage for javax.servlet.jsp.el VariableResolver interface-usage

List of usage examples for javax.servlet.jsp.el VariableResolver interface-usage

Introduction

In this page you can find the example usage for javax.servlet.jsp.el VariableResolver interface-usage.

Usage

From source file de.micromata.genome.gwiki.page.gspt.BindingAccessor.java

/**
 * Ueber diese Klasse fasst der JSP-PageContext den Groovy-Context an.
 * 
 * @author jens@micromata.de
 */
@SuppressWarnings("deprecation")

From source file org.apache.ivory.expression.ExpressionHelper.java

public final class ExpressionHelper implements FunctionMapper, VariableResolver {

    private static final ExpressionHelper instance = new ExpressionHelper();

    private ThreadLocal<Properties> threadVariables = new ThreadLocal<Properties>();

From source file org.apache.falcon.expression.ExpressionHelper.java

/**
 * Helper for evaluating expressions.
 */
public final class ExpressionHelper implements FunctionMapper, VariableResolver {

    private static final Logger LOG = LoggerFactory.getLogger(ExpressionHelper.class);

From source file org.apache.struts2.jasper.runtime.JspContextWrapper.java

/**
 * Implementation of a JSP Context Wrapper.
 * <p/>
 * The JSP Context Wrapper is a JspContext created and maintained by a tag
 * handler implementation. It wraps the Invoking JSP Context, that is, the
 * JspContext instance passed to the tag handler by the invoking page via

From source file org.apache.struts2.jasper.runtime.PageContextImpl.java

/**
 * Implementation of the PageContext class from the JSP spec.
 * Also doubles as a VariableResolver for the EL.
 *
 * @author Anil K. Vijendran
 * @author Larry Cable

From source file org.apache.jasper.runtime.JspContextWrapper.java

/**
 * Implementation of a JSP Context Wrapper.
 *
 * The JSP Context Wrapper is a JspContext created and maintained by a tag
 * handler implementation. It wraps the Invoking JSP Context, that is, the
 * JspContext instance passed to the tag handler by the invoking page via

From source file org.apache.jasper.runtime.PageContextImpl.java

/**
 * Implementation of the PageContext class from the JSP spec.
 * Also doubles as a VariableResolver for the EL.
 *
 * @author Anil K. Vijendran
 * @author Larry Cable