类的使用
org.springframework.validation.AbstractBindingResult
使用AbstractBindingResult的程序包 程序包 说明 org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.org.springframework.validation中AbstractBindingResult的使用
org.springframework.validation中AbstractBindingResult的子类 修饰符和类型 类 说明 classAbstractPropertyBindingResultAbstract base class forBindingResultimplementations that work with Spring'sPropertyAccessormechanism.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.classMapBindingResultMap-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.