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