Spring Web Flow

Package org.springframework.binding.convert.service

Contains the implementation of the type ConversionService.

See:
          Description

Class Summary
DefaultConversionService Default, local implementation of a conversion service.
GenericConversionService Base implementation of a conversion service.
RuntimeBindingConversionExecutor A conversion executor that doesn't resolve its converter until its time to perform a conversion.
SpringBindingConverterAdapter A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring ConversionService.
StaticConversionExecutor A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
 

Package org.springframework.binding.convert.service Description

Contains the implementation of the type ConversionService.


Spring Web Flow