| Name | Description | Type | Package | Framework |
| CompositeStringExpression | Represents a template expression broken into pieces. | Class | org.springframework.expression.common | Spring MVC |
| ExpressionUtils | Common utility functions that may be used by any Expression Language provider. | Class | org.springframework.expression.common | Spring MVC |
| LiteralExpression | A very simple hardcoded implementation of the Expression interface that represents astring literal. | Class | org.springframework.expression.common | Spring MVC |
| TemplateAwareExpressionParser | An expression parser that understands templates. | Class | org.springframework.expression.common | Spring MVC |
| TemplateParserContext | Configurable ParserContext implementation for template parsing. | Class | org.springframework.expression.common | Spring MVC |