类的使用
cn.taketoday.web.bind.MissingRequestValueException
-
cn.taketoday.web.bind中MissingRequestValueException的使用
修饰符和类型类说明classRequestBindingExceptionsubclass that indicates that a matrix variable expected in the method parameters of an@RequestMappingmethod is not present among the matrix variables extracted from the URL.classRequestBindingExceptionsubclass 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.classRequestBindingExceptionsubclass that indicates a missing parameter. -
cn.taketoday.web.bind.resolver中MissingRequestValueException的使用
修饰符和类型类说明classRequestBindingExceptionsubclass that indicates that a request cookie expected in the method parameters of an@RequestMappingmethod is not present.classRequestBindingExceptionsubclass that indicates that a request header expected in the method parameters of an@RequestMappingmethod is not present.classRaised when the part of a "multipart/form-data" request identified by its name cannot be found.