|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ErrorProcessor
Process binding erros. AbstractView execute configured ErrorProcessors
when there are binding errors.
| Method Summary | |
|---|---|
void |
processError(Binder<?> binder,
org.springframework.validation.FieldError error)
Process binding error. |
void |
reset()
clear state of ErrorProcessor. |
| Method Detail |
|---|
void processError(Binder<?> binder,
org.springframework.validation.FieldError error)
binder - the binder that gerenate the errorerror - the spring validation error Objectvoid reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||