| 程序包 | 说明 |
|---|---|
| org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeanPropertyBindingResult
Default implementation of the
Errors and BindingResult
interfaces, for the registration and evaluation of binding errors on
JavaBean objects. |
class |
DirectFieldBindingResult
Special implementation of the Errors and BindingResult interfaces,
supporting registration and evaluation of binding errors on value objects.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected AbstractPropertyBindingResult |
DataBinder.createBeanPropertyBindingResult()
Create the
AbstractPropertyBindingResult instance using standard
JavaBean property access. |
protected AbstractPropertyBindingResult |
DataBinder.createDirectFieldBindingResult()
Create the
AbstractPropertyBindingResult instance using direct
field access. |
protected AbstractPropertyBindingResult |
DataBinder.getInternalBindingResult()
Return the internal BindingResult held by this DataBinder,
as an AbstractPropertyBindingResult.
|