Class FacesSpringELExpressionParser

java.lang.Object
org.springframework.binding.expression.spel.SpringELExpressionParser
org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
org.springframework.faces.webflow.FacesSpringELExpressionParser
All Implemented Interfaces:
org.springframework.binding.expression.ExpressionParser

public class FacesSpringELExpressionParser extends org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
A Spring EL ExpressionParser for use with JSF. Adds JSF specific Spring EL PropertyAccessors.
Since:
2.1
Author:
Rossen Stoyanchev
  • Constructor Summary

    Constructors
    Constructor
    Description
    FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser)
     
    FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser, org.springframework.binding.convert.ConversionService conversionService)
     
  • Method Summary

    Methods inherited from class org.springframework.binding.expression.spel.SpringELExpressionParser

    addPropertyAccessor, createSpringELExpression, getConversionService, parseExpression

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FacesSpringELExpressionParser

      public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser)
    • FacesSpringELExpressionParser

      public FacesSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser, org.springframework.binding.convert.ConversionService conversionService)