git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1744 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-08-20 03:45:08 +00:00
parent dd1de62bfc
commit 4f5fea8fe6
@@ -27,7 +27,7 @@ public interface Binder<M> {
/**
* Bind submitted field values.
* @param fieldValues the field values to bind
* @param fieldValues the field values to bind; an entry key is a field name, the associated entry value is the submitted value for that field
* @param model the model to bind to
* @return the results of the binding operation
* @throws MissingFieldException when the fieldValues Map is missing required fields