Class WebFlowSpringELExpressionParser

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

public class WebFlowSpringELExpressionParser extends SpringELExpressionParser
A sub-class for SpringELExpressionParser that registers Web Flow specific Spring EL PropertyAccessors.
Since:
2.1
Author:
Rossen Stoyanchev
  • Constructor Details

    • WebFlowSpringELExpressionParser

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

      public WebFlowSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser parser, ConversionService conversionService)