As of Spring 2.0, this is a special-purpose class. Normally, application code will work with the {@link BindingResult} interface,or with a {@link DataBinder} that in turn exposes a BindingResult via{@link org.springframework.validation.DataBinder#getBindingResult()}. @author Rod Johnson @author Juergen Hoeller @author Rob Harrop @see BindingResult @see DataBinder#getBindingResult() @see DataBinder#close()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|