Package | Description |
---|---|
javax.mvc.binding |
Types related to the handling of data binding and validation.
|
Modifier and Type | Method and Description |
---|---|
ValidationError |
BindingResult.getValidationError(String param)
Returns a single validation error detected for a parameter binding
specified by the given parameter name.
|
Modifier and Type | Method and Description |
---|---|
Set<ValidationError> |
BindingResult.getAllValidationErrors()
Returns an immutable set of all validation errors detected.
|
Set<ValidationError> |
BindingResult.getValidationErrors(String param)
Returns an immutable set of all validation errors detected
for a parameter binding specified by the given parameter name.
|
Copyright © 2017 Ivar Grimstad. All rights reserved.