| Name | Description | Type | Package | Framework |
| AbstractExpressionParser | An expression parser that parses Ognl expressions. | Class | org.springframework.binding.expression.support | Spring Webflow |
| AbstractGetValueExpression | Trivial helper for concrete expression types that do not support setting their values. | Class | org.springframework.binding.expression.support | Spring Webflow |
| BeanWrapperExpression | An expression that delegates to a bean wrapper to evaluate or set a property of a context. | Class | org.springframework.binding.expression.beanwrapper | Spring Webflow |
| BeanWrapperExpressionParser | An expression parser that parses BeanWrapper property expressions. | Class | org.springframework.binding.expression.beanwrapper | Spring Webflow |
| CollectionAddingExpression | A settable expression that adds non-null values to a collection. | Class | org.springframework.binding.expression.support | Spring Webflow |
| CompositeStringExpression | Evaluates an array of expressions to build a concatenated string. | Class | org.springframework.binding.expression.support | Spring Webflow |
| DefaultELContext | A generic ELContext implementation. | Class | org.springframework.binding.expression.el | Spring Webflow |
| DefaultElContextFactory | A factory for a DefaultELContext. | Class | org.springframework.binding.expression.el | Spring Webflow |
| DefaultELResolver | A generic ELResolver to be used as a default when no other ELResolvers have been configured by the clientThis implementation will resolve the first part of the expression to the pre-configured base object, and will then | Class | org.springframework.binding.expression.el | Spring Webflow |
| ELContextFactory | A factory for creating a EL context object that will be used to evaluate a target object of an EL expression. | Interface | org.springframework.binding.expression.el | Spring Webflow |
| ELExpression | Evaluates a parsed EL expression. | Class | org.springframework.binding.expression.el | Spring Webflow |
| ELExpressionParser | The expression parser that parses EL expressions. | Class | org.springframework.binding.expression.el | Spring Webflow |
| EvaluationException | Indicates an expression evaluation failed. | Class | org.springframework.binding.expression | Spring Webflow |
| Expression | An expression capable of evaluating itself against context objects. | Interface | org.springframework.binding.expression | Spring Webflow |
| ExpressionParser | Parses expression strings into compiled expressions that can be evaluated. | Interface | org.springframework.binding.expression | Spring Webflow |
| ExpressionVariable | An expression variable. | Class | org.springframework.binding.expression | Spring Webflow |
| FluentParserContext | Default implementation of the ParserContext interface that has a fluent API for building parser context attributes. | Class | org.springframework.binding.expression.support | Spring Webflow |
| LiteralExpression | Class | org.springframework.binding.expression.support | Spring Webflow | |
| MapAdaptableELResolver | An ELResolver for properly resolving variables in an instance of MapAdaptableAuthor:Jeremy Grelle | Class | org.springframework.binding.expression.el | Spring Webflow |
| NullParserContext | A null object implementation of ParserContext. | Class | org.springframework.binding.expression.support | Spring Webflow |
| OgnlExpressionParser | An expression parser that parses Ognl expressions. | Class | org.springframework.binding.expression.ognl | Spring Webflow |
| ParserContext | Input provided to an expression parser that can influence an expression parsing/compilation routine. | Interface | org.springframework.binding.expression | Spring Webflow |
| ParserException | Base class for exceptions thrown during expression parsing. | Class | org.springframework.binding.expression | Spring Webflow |
| PropertyNotFoundException | An evaluation exception indicating a expression that references a property failed to evaluate because the propertyAuthor:Keith DonaldSee Also:Serialized Form | Class | org.springframework.binding.expression | Spring Webflow |
| SpringELExpression | A wrapper for a Spring EL Expressionallowing it to be used under the Spring Binding Expression abstraction. | Class | org.springframework.binding.expression.spel | Spring Webflow |
| SpringELExpressionParser | Adapt the Spring EL SpelExpressionParser to the Spring BindingExpressionParser contract. | Class | org.springframework.binding.expression.spel | Spring Webflow |
| StaticExpression | A simple expression evaluator that just returns a fixed result on each evaluation. | Class | org.springframework.binding.expression.support | Spring Webflow |
| ValueCoercionException | An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced toAuthor:Scott AndrewsSee Also:Serialized Form | Class | org.springframework.binding.expression | Spring Webflow |