Class WebFlowSpringELExpressionParser
java.lang.Object
org.springframework.binding.expression.spel.SpringELExpressionParser
org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
- All Implemented Interfaces:
org.springframework.binding.expression.ExpressionParser
public class WebFlowSpringELExpressionParser
extends org.springframework.binding.expression.spel.SpringELExpressionParser
A sub-class for
SpringELExpressionParser that registers Web Flow
specific Spring EL PropertyAccessors.- Since:
- 2.1
- Author:
- Rossen Stoyanchev
-
Constructor Summary
ConstructorsConstructorDescriptionWebFlowSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser) WebFlowSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.binding.convert.ConversionService conversionService) -
Method Summary
Methods inherited from class org.springframework.binding.expression.spel.SpringELExpressionParser
addPropertyAccessor, createSpringELExpression, getConversionService, parseExpression
-
Constructor Details
-
WebFlowSpringELExpressionParser
public WebFlowSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser expressionParser) -
WebFlowSpringELExpressionParser
public WebFlowSpringELExpressionParser(org.springframework.expression.spel.standard.SpelExpressionParser parser, org.springframework.binding.convert.ConversionService conversionService)
-