Uses of Package
org.springframework.binding.expression

Packages that use org.springframework.binding.expression
org.springframework.binding.convert.support Supporting type converter implementations that are generically applicable and frequently used. 
org.springframework.binding.expression Core expression language abstraction for parsing and evaluating expressions. 
org.springframework.binding.expression.support Expression abstraction implementations, integrated with BeanWrapper and OGNL. 
org.springframework.binding.mapping Support for mapping attribute values between data structures. 
org.springframework.binding.method Method binding support for invoking abritrary methods on target beans. 
 

Classes in org.springframework.binding.expression used by org.springframework.binding.convert.support
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.
 

Classes in org.springframework.binding.expression used by org.springframework.binding.expression
EvaluationAttempt
          A simple holder for information about an evaluation attempt.
EvaluationContext
          A context object with two main responsibities: Exposing information to an expression to influence an evaluation attempt.
EvaluationException
          Indicates an expression evaluation failed.
Expression
          Evaluates a single parsed expression on the provided input object in the specified context.
ParserException
          Base class for exceptions thrown during expression parsing.
SettableExpression
          An evaluator that is capable of setting a value on a target object at the path defined by this expression.
 

Classes in org.springframework.binding.expression used by org.springframework.binding.expression.support
EvaluationContext
          A context object with two main responsibities: Exposing information to an expression to influence an evaluation attempt.
EvaluationException
          Indicates an expression evaluation failed.
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.
ParserException
          Base class for exceptions thrown during expression parsing.
SettableExpression
          An evaluator that is capable of setting a value on a target object at the path defined by this expression.
 

Classes in org.springframework.binding.expression used by org.springframework.binding.mapping
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.
 

Classes in org.springframework.binding.expression used by org.springframework.binding.method
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.
 



Copyright © 2009 Spring Framework. All Rights Reserved.