Example usage for javax.el ELResolver subclass-usage

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

Introduction

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

Usage

From source file therian.uelbox.ELResolverWrapper.java

/**
 * Wraps an {@link ELResolver}.
 */
public class ELResolverWrapper extends ELResolver {
    protected final ELResolver wrapped;

From source file org.springframework.beans.factory.access.el.SpringBeanELResolver.java

/**
 * Unified EL {@code ELResolver} that delegates to a Spring BeanFactory,
 * resolving name references to Spring-defined beans.
 *
 * @author Juergen Hoeller
 * @since 2.5.2

From source file com.foreveross.modules.jsf.SpringBeanELResolver.java

/**
 * Unified EL {@code ELResolver} that delegates to a Spring BeanFactory,
 * resolving name references to Spring-defined beans.
 *
 * @author Juergen Hoeller
 * @since 2.5.2

From source file org.springframework.web.jsf.el.SpringBeanFacesELResolver.java

/**
 * JSF 1.2 <code>ELResolver</code> that delegates to the Spring root
 * <code>WebApplicationContext</code>, resolving name references to
 * Spring-defined beans.
 *
 * <p>Configure this resolver in your <code>faces-config.xml</code> file as follows:

From source file org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver.java

/**
 * EL resolver for resolving Spring Beans accessible by a flow's bean factory.
 * @author Jeremy Grelle
 */
public class SpringBeanWebFlowELResolver extends ELResolver {

From source file org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.java

/**
 * Special JSF {@code ELResolver} that exposes the Spring {@code WebApplicationContext}
 * instance under a variable named "webApplicationContext".
 *
 * <p>In contrast to {@link SpringBeanFacesELResolver}, this ELResolver variant
 * does <i>not</i> resolve JSF variable names as Spring bean names. It rather

From source file com.github.htfv.maven.plugins.buildconfigurator.core.el.BuildConfiguratorELResolver.java

/**
 * Implements Build Configurator specific EL resolver, which allows using Maven
 * project properties in EL.
 *
 * @author htfv (Aliaksei Lahachou)
 */

From source file org.rhq.enterprise.gui.common.paging.PageControlELResolver.java

/**
 * @author Joseph Marques
 */
public class PageControlELResolver extends ELResolver {

    private final Log log = LogFactory.getLog(this.getClass());

From source file org.jahia.services.content.JCRNodePropertiesELResolver.java

/**
 * 
 *
 * @author : rincevent
 * @since JAHIA 6.5
 *        Created : 13 nov. 2009