org.springframework.binding.convert
Interface ConversionContext


public interface ConversionContext

A context object with two main responsibities:

  1. Exposing information to a converter to influence a type conversion attempt.
  2. Providing operations for recording progress or errors during the type conversion process.
Empty for now; subclasses may define their own custom context behavior accessible by a converter with a downcast.

Author:
Keith Donald



Copyright � 2004-2007. All Rights Reserved.