|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.expression.DefaultExpressionParserFactory
public final class DefaultExpressionParserFactory
Static factory that returns the default 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.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExpressionParser getExpressionParser()
public static ExpressionParser getExpressionParser(ConversionService conversionService)
conversionService
- the conversionService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |