类的使用
org.springframework.validation.DataBinder
使用DataBinder的程序包 程序包 说明 org.springframework.web.bind Provides web-specific data binding functionality.org.springframework.web.bind.support Support classes for web data binding.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.mvc.support Support package for MVC controllers.org.springframework.web.bind中DataBinder的使用
org.springframework.web.bind中DataBinder的子类 修饰符和类型 类 说明 classServletRequestDataBinderSpecialDataBinderto perform data binding from servlet request parameters to JavaBeans, including support for multipart files.classWebDataBinderSpecialDataBinderfor data binding from web request parameters to JavaBean objects.org.springframework.web.bind.support中DataBinder的使用
org.springframework.web.bind.support中DataBinder的子类 修饰符和类型 类 说明 classWebExchangeDataBinderSpecializedDataBinderto perform data binding from URL query params or form data in the request data to Java objects.classWebRequestDataBinderSpecialDataBinderto perform data binding from web request parameters to JavaBeans, including support for multipart files.org.springframework.web.servlet.mvc.method.annotation中DataBinder的使用
org.springframework.web.servlet.mvc.method.annotation中DataBinder的子类 修饰符和类型 类 说明 classExtendedServletRequestDataBinderSubclass ofServletRequestDataBinderthat adds URI template variables to the values used for data binding.org.springframework.web.servlet.mvc.support中DataBinder的使用
参数类型为DataBinder的org.springframework.web.servlet.mvc.support中的构造器 构造器 说明 RedirectAttributesModelMap(DataBinder dataBinder)Constructor with a DataBinder.