程序包的使用
org.springframework.web.bind
使用org.springframework.web.bind的程序包 程序包 说明 org.springframework.web.bind Provides web-specific data binding functionality.org.springframework.web.bind.support Support classes for web data binding.org.springframework.web.method.annotation Support classes for annotation-based handler method processing.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使用的org.springframework.web.bind中的类 类 说明 ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.WebDataBinder SpecialDataBinderfor data binding from web request parameters to JavaBean objects.org.springframework.web.bind.support使用的org.springframework.web.bind中的类 类 说明 WebDataBinder SpecialDataBinderfor data binding from web request parameters to JavaBean objects.org.springframework.web.method.annotation使用的org.springframework.web.bind中的类 类 说明 ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.WebDataBinder SpecialDataBinderfor data binding from web request parameters to JavaBean objects.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.web.bind中的类 类 说明 MethodArgumentNotValidException Exception to be thrown when validation on an argument annotated with@Validfails.MissingPathVariableException ServletRequestBindingExceptionsubclass that indicates that a path variable expected in the method parameters of an@RequestMappingmethod is not present among the URI variables extracted from the URL.MissingServletRequestParameterException ServletRequestBindingExceptionsubclass that indicates a missing parameter.ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.ServletRequestDataBinder SpecialDataBinderto perform data binding from servlet request parameters to JavaBeans, including support for multipart files.WebDataBinder SpecialDataBinderfor data binding from web request parameters to JavaBean objects.org.springframework.web.servlet.mvc.support使用的org.springframework.web.bind中的类 类 说明 MethodArgumentNotValidException Exception to be thrown when validation on an argument annotated with@Validfails.MissingPathVariableException ServletRequestBindingExceptionsubclass that indicates that a path variable expected in the method parameters of an@RequestMappingmethod is not present among the URI variables extracted from the URL.MissingServletRequestParameterException ServletRequestBindingExceptionsubclass that indicates a missing parameter.ServletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.