Spring Web Flow

Package org.springframework.binding.convert

Core services for converting objects from one type to another.

See:
          Description

Interface Summary
ConversionExecutor A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
ConversionService A service interface for retrieving type conversion executors.
 

Exception Summary
ConversionException Base class for exceptions thrown by the convert system.
ConversionExecutionException Thrown when an attempt to execute a type conversion fails.
ConversionExecutorNotFoundException Thrown when a conversion executor could not be found in a conversion service.
 

Package org.springframework.binding.convert Description

Core services for converting objects from one type to another.


Spring Web Flow