javadoc
This commit is contained in:
parent
ca060cea42
commit
e85ad67fd0
|
|
@ -24,6 +24,10 @@ import org.springframework.model.message.DefaultMessageFactory;
|
|||
import org.springframework.model.message.MessageBuilder;
|
||||
import org.springframework.model.message.ResolvableArgument;
|
||||
|
||||
/**
|
||||
* Indicates a field failed to bind because it was not editable/writeable.
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class FieldNotEditableResult implements BindingResult {
|
||||
|
||||
private String fieldName;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ import org.springframework.model.message.DefaultMessageFactory;
|
|||
import org.springframework.model.message.MessageBuilder;
|
||||
import org.springframework.model.message.ResolvableArgument;
|
||||
|
||||
/**
|
||||
* Indicates field failed to bind because it was not found.
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class FieldNotFoundResult implements BindingResult {
|
||||
|
||||
private String fieldName;
|
||||
|
|
|
|||
Loading…
Reference in New Issue