| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingResult | |
|---|---|
| org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. | 
| Uses of BindingResult in org.springframework.validation | 
|---|
| Classes in org.springframework.validation that implement BindingResult | |
|---|---|
|  class | AbstractBindingResultAbstract implementation of the BindingResultinterface and
 its super-interfaceErrors. | 
|  class | AbstractPropertyBindingResultAbstract base class for BindingResultimplementations that work with
 Spring'sPropertyAccessormechanism. | 
|  class | BeanPropertyBindingResultDefault implementation of the ErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on
 JavaBean objects. | 
|  class | BindExceptionThrown when binding errors are considered fatal. | 
|  class | DirectFieldBindingResultSpecial implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects. | 
|  class | MapBindingResultMap-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes. | 
| Methods in org.springframework.validation that return BindingResult | |
|---|---|
|  BindingResult | DataBinder.getBindingResult()Return the BindingResult instance created by this DataBinder. | 
|  BindingResult | BindException.getBindingResult()Return the BindingResult that this BindException wraps. | 
| static BindingResult | BindingResultUtils.getBindingResult(Map model,
                 String name)Find the BindingResult for the given name in the given model. | 
| static BindingResult | BindingResultUtils.getRequiredBindingResult(Map model,
                         String name)Find a required BindingResult for the given name in the given model. | 
| Methods in org.springframework.validation with parameters of type BindingResult | |
|---|---|
|  void | DefaultBindingErrorProcessor.processMissingFieldError(String missingField,
                         BindingResult bindingResult) | 
|  void | BindingErrorProcessor.processMissingFieldError(String missingField,
                         BindingResult bindingResult)Apply the missing field error to the given BindException. | 
|  void | DefaultBindingErrorProcessor.processPropertyAccessException(PropertyAccessException ex,
                               BindingResult bindingResult) | 
|  void | BindingErrorProcessor.processPropertyAccessException(PropertyAccessException ex,
                               BindingResult bindingResult)Translate the given PropertyAccessExceptionto an appropriate
 error registered on the givenErrorsinstance. | 
| Constructors in org.springframework.validation with parameters of type BindingResult | |
|---|---|
| BindException(BindingResult bindingResult)Create a new BindException instance for a BindingResult. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||