See: Description
| Class | Description |
|---|---|
| ActionMethodELResolver |
Resolves the method to invoke on a resolved Web Flow Action instance.
|
| FlowResourceELResolver |
Custom EL resolver that resolves the messages from the active flow's
MessageSource. |
| ImplicitFlowVariableELResolver |
Resolves "implicit" or well-known flow variables; for example "flowScope" in an expression like #{flowScope.foo}.
|
| RequestContextELResolver |
Custom EL resolver that resolves the current RequestContext under the variable
RequestContextELResolver.REQUEST_CONTEXT_VARIABLE_NAME. |
| ScopeSearchingELResolver |
Custom EL resolver that searches the current request context for variables to resolve.
|
| SpringBeanWebFlowELResolver |
EL resolver for resolving Spring Beans accessible by a flow's bean factory.
|
| WebFlowELExpressionParser |
Allows for Unified EL expressions in a FlowDefinition.
|
Web Flow integration with the Unified EL API.