Package org.springframework.binding.expression.el

Examples of org.springframework.binding.expression.el.MapAdaptableELResolver


  public FlowELResolver() {
    add(new RequestContextELResolver());
    add(new ImplicitFlowVariableELResolver());
    add(new FlowResourceELResolver());
    add(new ScopeSearchingELResolver());
    add(new MapAdaptableELResolver());
    add(new BeanELResolver());
  }
View Full Code Here

TOP

Related Classes of org.springframework.binding.expression.el.MapAdaptableELResolver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.