类的使用
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
使用AbstractNamedValueMethodArgumentResolver的程序包 程序包 说明 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.method.annotation中AbstractNamedValueMethodArgumentResolver的使用
org.springframework.web.method.annotation中AbstractNamedValueMethodArgumentResolver的子类 修饰符和类型 类 说明 classAbstractCookieValueMethodArgumentResolverA base abstract class to resolve method arguments annotated with@CookieValue.classExpressionValueMethodArgumentResolverResolves method arguments annotated with@Value.classRequestHeaderMethodArgumentResolverResolves method arguments annotated with@RequestHeaderexcept forMaparguments.classRequestParamMethodArgumentResolverResolves method arguments annotated with @RequestParam, arguments of typeMultipartFilein conjunction with Spring'sMultipartResolverabstraction, and arguments of typejavax.servlet.http.Partin conjunction with Servlet 3.0 multipart requests.org.springframework.web.servlet.mvc.method.annotation中AbstractNamedValueMethodArgumentResolver的使用
org.springframework.web.servlet.mvc.method.annotation中AbstractNamedValueMethodArgumentResolver的子类 修饰符和类型 类 说明 classMatrixVariableMethodArgumentResolverResolves arguments annotated with@MatrixVariable.classPathVariableMethodArgumentResolverResolves method arguments annotated with an @PathVariable.classRequestAttributeMethodArgumentResolverResolves method arguments annotated with an @RequestAttribute.classServletCookieValueMethodArgumentResolverAnAbstractCookieValueMethodArgumentResolverthat resolves cookie values from anHttpServletRequest.classSessionAttributeMethodArgumentResolverResolves method arguments annotated with an @SessionAttribute.