This commit is contained in:
Keith Donald 2009-08-20 03:45:08 +00:00
parent 78304c0ccf
commit 901e88c575
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public interface Binder<M> {
/** /**
* Bind submitted field values. * 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 * @param model the model to bind to
* @return the results of the binding operation * @return the results of the binding operation
* @throws MissingFieldException when the fieldValues Map is missing required fields * @throws MissingFieldException when the fieldValues Map is missing required fields