Example usage for org.springframework.expression ParserContext interface-usage

List of usage examples for org.springframework.expression ParserContext interface-usage

Introduction

In this page you can find the example usage for org.springframework.expression ParserContext interface-usage.

Usage

From source file io.gravitee.gateway.el.TemplateParserContext.java

/**
 * @author David BRASSELY (david.brassely at graviteesource.com)
 * @author GraviteeSource Team
 */
public class TemplateParserContext implements ParserContext {

From source file com.px100systems.util.ELTemplateParserContext.java

/**
 * Template parser context - one for the entire app. Used with Spring EL parsers. Escapes expressions with ${...}.
 * 
 * @version 0.3 <br>Copyright (c) 2015 Px100 Systems. All Rights Reserved.<br>
 * @author Alex Rogachevsky
 */