|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectError | |
---|---|
org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. |
org.springframework.web.bind | Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. |
Uses of ObjectError in org.springframework.validation |
---|
Subclasses of ObjectError in org.springframework.validation | |
---|---|
class |
FieldError
Encapsulates a field error, that is, a reason for rejecting a specific field value. |
Methods in org.springframework.validation that return ObjectError | |
---|---|
ObjectError |
BindException.getGlobalError()
|
ObjectError |
Errors.getGlobalError()
Get the first global error, if any. |
ObjectError |
AbstractBindingResult.getGlobalError()
|
Methods in org.springframework.validation with parameters of type ObjectError | |
---|---|
void |
BindException.addError(ObjectError error)
|
void |
BindingResult.addError(ObjectError error)
Add a custom ObjectError or FieldError to the errors list. |
void |
AbstractBindingResult.addError(ObjectError error)
|
Uses of ObjectError in org.springframework.web.bind |
---|
Methods in org.springframework.web.bind that return ObjectError | |
---|---|
ObjectError |
EscapedErrors.getGlobalError()
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |