org.springframework.binding.expression
Interface EvaluationContext


public interface EvaluationContext

A context object with two main responsibities:

  1. Exposing information to an expression to influence an evaluation attempt.
  2. Providing operations for recording progress or errors during the expression evaluation process.

Author:
Keith Donald

Method Summary
 java.util.Map getAttributes()
          Returns a map of attributes that can be used to influence expression evaluation.
 

Method Detail

getAttributes

java.util.Map getAttributes()
Returns a map of attributes that can be used to influence expression evaluation.

Returns:
the evaluation attributes


Copyright � 2004-2007. All Rights Reserved.