Serves as result holder for a {@link DataBinder}, obtained via the {@link DataBinder#getBindingResult()} method. BindingResultimplementations can also be used directly, for example to invoke a {@link Validator} on it (e.g. as part of a unit test). @author Juergen Hoeller @since 2.0 @see DataBinder @see Errors @see Validator @see BeanPropertyBindingResult @see DirectFieldBindingResult @see MapBindingResult
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|