org.springframework.webflow.core |
Foundational, generic types usable by all other packages.
|
Java Source File Name | Type | Comment |
DefaultExpressionParserFactory.java | Class | 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. |
FlowException.java | Class | Root class for exceptions thrown by the Spring Web Flow system. |
WebFlowOgnlExpressionParser.java | Class | An extension of
OgnlExpressionParser that registers web flow specific
property accessors. |