Package org.springframework.binding.expression.support
package org.springframework.binding.expression.support
Support classes commonly used by ExpressionParser implementations.
-
ClassDescriptionAbstract base class for parsing ${...} style expressions.Trivial helper for concrete expression types that do not support setting their values.A settable expression that adds non-null values to a collection.Evaluates an array of expressions to build a concatenated string.Default implementation of the ParserContext interface that has a fluent API for building parser context attributes.A null object implementation of ParserContext.
ParserContext
for use in data binding scenarios, providingExpressionParser
implementations with a hint that they can meaningfully restrict the EL feature set.A simple expression evaluator that just returns a fixed result on each evaluation.