public final class DefaultExpressionParserFactory extends Object
ExpressionParser
used by Spring Web Flow. Marked final with a private
constructor to prevent subclassing.
This factory employs the following algorithm when the returned ExpressionParser instance is used for the first time:
WebFlowELExpressionParser
the default.
WebFlowOgnlExpressionParser
the default.
Modifier and Type | Method and Description |
---|---|
static ExpressionParser |
getExpressionParser()
Returns the default expression parser for Spring Web Flow.
|
static ExpressionParser |
getExpressionParser(ConversionService conversionService)
Returns the default expression parser for Spring Web Flow configured with the provided ConversionService for type
conversion.
|
public static ExpressionParser getExpressionParser()
public static ExpressionParser getExpressionParser(ConversionService conversionService)
conversionService
- the conversionService