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