Spring Web Flow

Package org.springframework.binding.expression

Core expression language abstraction for parsing and evaluating expressions.

See:
          Description

Interface Summary
Expression An expression capable of evaluating itself against context objects.
ExpressionParser Parses expression strings into compiled expressions that can be evaluated.
ParserContext Input provided to an expression parser that can influence an expression parsing/compilation routine.
 

Class Summary
ExpressionVariable An expression variable.
 

Exception Summary
EvaluationException Indicates an expression evaluation failed.
ParserException Base class for exceptions thrown during expression parsing.
PropertyNotFoundException An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.
ValueCoercionException An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to the target class
 

Package org.springframework.binding.expression Description

Core expression language abstraction for parsing and evaluating expressions.


Spring Web Flow