Example usage for javax.el BeanELResolver subclass-usage

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

Introduction

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

Usage

From source file org.apache.tiles.evaluator.el.TilesContextELResolver.java

/**
 * Resolves properties of {@link TilesRequestContext} and
 * {@link TilesApplicationContext}.
 *
 * @version $Rev: 734996 $ $Date: 2009-01-16 14:27:28 +0100 (Fri, 16 Jan 2009) $
 * @since 2.1.0

From source file org.nuxeo.ecm.platform.el.DocumentModelResolver.java

/**
 * Resolves expressions for the {@link DocumentModel} framework.
 * <p>
 * To specify a property on a document mode, the following syntax is available:
 * <code>myDocumentModel.dublincore.title</code> where 'dublincore' is the schema name and 'title' is the field name. It
 * can be used to get or set the document title: {@code <h:outputText value="# {currentDocument.dublincore.title}" />}