Uses of Class
org.springframework.binding.expression.EvaluationException

Packages that use EvaluationException
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. 
 

Uses of EvaluationException in org.springframework.binding.expression
 

Methods in org.springframework.binding.expression that throw EvaluationException
 java.lang.Object Expression.evaluate(java.lang.Object target, EvaluationContext context)
          Evaluate the expression encapsulated by this evaluator against the provided target object and return the result of the evaluation.
 void SettableExpression.evaluateToSet(java.lang.Object target, java.lang.Object value, EvaluationContext context)
          Evaluate this expression against the target object to set its value to the value provided.
 

Uses of EvaluationException in org.springframework.binding.expression.support
 

Methods in org.springframework.binding.expression.support that throw EvaluationException
 java.lang.Object CollectionAddingExpression.evaluate(java.lang.Object target, EvaluationContext context)
           
 java.lang.Object CompositeStringExpression.evaluate(java.lang.Object target, EvaluationContext evaluationContext)
           
 java.lang.Object StaticExpression.evaluate(java.lang.Object target, EvaluationContext context)
           
 void CollectionAddingExpression.evaluateToSet(java.lang.Object target, java.lang.Object value, EvaluationContext context)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.