类的使用
org.springframework.validation.AbstractPropertyBindingResult
使用AbstractPropertyBindingResult的程序包 程序包 说明 org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.org.springframework.validation中AbstractPropertyBindingResult的使用
org.springframework.validation中AbstractPropertyBindingResult的子类 修饰符和类型 类 说明 classBeanPropertyBindingResultDefault implementation of theErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects.classDirectFieldBindingResultSpecial implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.返回AbstractPropertyBindingResult的org.springframework.validation中的方法 修饰符和类型 方法 说明 protected AbstractPropertyBindingResultDataBinder. createBeanPropertyBindingResult()Create theAbstractPropertyBindingResultinstance using standard JavaBean property access.protected AbstractPropertyBindingResultDataBinder. createDirectFieldBindingResult()Create theAbstractPropertyBindingResultinstance using direct field access.protected AbstractPropertyBindingResultDataBinder. getInternalBindingResult()Return the internal BindingResult held by this DataBinder, as an AbstractPropertyBindingResult.