|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.core.DefaultExpressionParserFactory
public final class DefaultExpressionParserFactory
Static helper factory that creates instances of the default expression parser used by Spring Web Flow when requested. Marked final with a private constructor to prevent subclassing.
The default is an OGNL based expression parser. Also asserts that OGNL is in the classpath the first time the parser is used.
Method Summary | |
---|---|
static org.springframework.binding.expression.ExpressionParser |
getExpressionParser()
Returns the default expression parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.springframework.binding.expression.ExpressionParser getExpressionParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |