| Name | Description | Type | Package | Framework |
| AnnotatedElementKey | Represent an AnnotatedElement on a particular Classand is suitable as a key. | Class | org.springframework.context.expression | Spring MVC |
| BeanExpressionContextAccessor | EL property accessor that knows how to traverse the beans and contextual objectsof a Spring BeanExpressionContext. | Class | org.springframework.context.expression | Spring MVC |
| BeanFactoryAccessor | EL property accessor that knows how to traverse the beans of aSince:3. | Class | org.springframework.context.expression | Spring MVC |
| BeanFactoryResolver | EL bean resolver that operates against a SpringSince:3. | Class | org.springframework.context.expression | Spring MVC |
| CachedExpressionEvaluator | Shared utility class used to evaluate and cache SpEL expressions thatare defined on AnnotatedElement. | Class | org.springframework.context.expression | Spring MVC |
| CachedExpressionEvaluator .ExpressionKey | Class | org.springframework.context.expression.CachedExpressionEvaluator | Spring MVC | |
| EnvironmentAccessor | Read-only EL property accessor that knows how to retrieve keysof a Spring Environment instance. | Class | org.springframework.context.expression | Spring MVC |
| MapAccessor | EL property accessor that knows how to traverse the keysSince:3. | Class | org.springframework.context.expression | Spring MVC |
| MethodBasedEvaluationContext | A method-based EvaluationContext thatprovides explicit support for method-based invocations. | Class | org.springframework.context.expression | Spring MVC |
| StandardBeanExpressionResolver | Standard implementation of theBeanExpressionResolver | Class | org.springframework.context.expression | Spring MVC |