Provides access to registered
Converter s.
Since 1.1 this interface extends Serializable.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org) See Also:Converter See Also:ConverterFactory See Also:FormElement.convert
findConverter(String fromType, String toType, Environment env) This method should return a
BaseConverter corresponding to the two types given.
Parameters: fromType - from type. Parameters: toType - to type.