| 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 |
| ActionPropertyAccessor | Spring EL Property Accessor that allows invocation of methods against a resolved Web Flow action, typically aMultiAction in expressions. | Class | org.springframework.webflow.expression.spel | Spring Webflow |
| BeanFactoryPropertyAccessor | Spring EL PropertyAccessor for reading beans in a BeanFactory. | Class | org.springframework.webflow.expression.spel | Spring Webflow |
| FlowResourceELResolver | Custom EL resolver that resolves the messages from the active flow's MessageSource. | Class | org.springframework.webflow.expression.el | Spring Webflow |
| FlowVariablePropertyAccessor | Spring EL PropertyAccessor that enables use of the following reserved variables in expressions:Note that any property of RequestContext (e. | Class | org.springframework.webflow.expression.spel | 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 |
| MapAdaptablePropertyAccessor | Spring EL PropertyAccessor for reading from MapAdaptable and writing to MutableAttributeMap. | Class | org.springframework.webflow.expression.spel | Spring Webflow |
| MessageSourcePropertyAccessor | Spring EL PropertyAccessor that resolves messages from the MessageSource of the active Flow. | Class | org.springframework.webflow.expression.spel | 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 |
| ScopeSearchingPropertyAccessor | Spring EL PropertyAccessor that searches through all Web Flow scopes. | Class | org.springframework.webflow.expression.spel | 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 |
| WebFlowOgnlExpressionParser | An extension of OgnlExpressionParser that registers Web Flow-specific PropertyAccessors. | Class | org.springframework.webflow.expression | Spring Webflow |
| WebFlowSpringELExpressionParser | A sub-class for SpringELExpressionParser that registers Web Flowspecific Spring EL PropertyAccessors. | Class | org.springframework.webflow.expression.spel | Spring Webflow |