Class FacesSpringELExpressionParser

All Implemented Interfaces:
ExpressionParser

public class FacesSpringELExpressionParser extends WebFlowSpringELExpressionParser
A Spring EL ExpressionParser for use with JSF. Adds JSF specific Spring EL PropertyAccessors.
Since:
2.1
Author:
Rossen Stoyanchev
  • Constructor Details

    • FacesSpringELExpressionParser

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

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