Package org.springframework.expression.common

Class Summary
CompositeStringExpression Represents a template expression broken into pieces.
ExpressionUtils Common utility functions that may be used by any Expression Language provider.
LiteralExpression A very simple hardcoded implementation of the Expression interface that represents a string literal.
TemplateAwareExpressionParser An expression parser that understands templates.
TemplateAwareExpressionParser.Bracket This captures a type of bracket and the position in which it occurs in the expression.
TemplateParserContext Configurable ParserContext implementation for template parsing.