Spring Web Flow

Package org.springframework.binding.mapping.results

Possible Mapping results.

See:
          Description

Class Summary
AbstractMappingResult Convenient base class for MappingResult implementations.
RequiredError The "required" error result--indicates a required mapping could not be performed because the source value to map was empty.
SourceAccessError Indicates an exception occurred accessing the source object to be mapped.
Success Indicates a successful mapping operation.
TargetAccessError Indicates an exception occurred accessing the target object to be mapped to.
TypeConversionError Indicates a type conversion occurred during a mapping operation.
 

Package org.springframework.binding.mapping.results Description

Possible Mapping results.


Spring Web Flow