|
||||||||||
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(Object control,
org.springframework.validation.FieldError error)
Process binding error. |
void |
reset()
clear state of ErrorProcessor. |
Method Detail |
---|
void processError(Object control, org.springframework.validation.FieldError error)
control
- the control that generate the errorerror
- the spring validation error Objectvoid reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |