Package org.springframework.binding.expression

Core expression language abstraction for parsing and evaluating expressions.

See:
          Description

Interface Summary
EvaluationContext A context object with two main responsibities: Exposing information to an expression to influence an evaluation attempt.
Expression Evaluates a single parsed expression on the provided input object in the specified context.
ExpressionParser Parses expression strings, returing a configured evaluator instance capable of performing parsed expression evaluation in a thread safe way.
SettableExpression An evaluator that is capable of setting a value on a target object at the path defined by this expression.
 

Class Summary
EvaluationAttempt A simple holder for information about an evaluation attempt.
SetValueAttempt Records an attempt to set an expression value.
 

Exception Summary
EvaluationException Indicates an expression evaluation failed.
ParserException Base class for exceptions thrown during expression parsing.
 

Package org.springframework.binding.expression Description

Core expression language abstraction for parsing and evaluating expressions.



Copyright © 2009 Spring Framework. All Rights Reserved.