| Name | Description | Type | Package | Framework |
| 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 |
| 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 |
| 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 |
| ScopeSearchingPropertyAccessor | Spring EL PropertyAccessor that searches through all Web Flow scopes. | Class | org.springframework.webflow.expression.spel | Spring Webflow |
| WebFlowSpringELExpressionParser | A sub-class for SpringELExpressionParser that registers Web Flowspecific Spring EL PropertyAccessors. | Class | org.springframework.webflow.expression.spel | Spring Webflow |