public interface ErrorProcessor
AbstractView execute configured ErrorProcessors
when there are binding errors.| Modifier and Type | Method and Description |
|---|---|
void |
processError(Object control,
org.springframework.validation.FieldError error)
Process binding error.
|
void |
reset()
clear state of ErrorProcessor.
|
void processError(Object control, org.springframework.validation.FieldError error)
control - the control that generate the errorerror - the spring validation error Objectvoid reset()
Copyright © 2014 JDAL. All Rights Reserved.