Uses of Class
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
Packages that use AbstractNamedValueMethodArgumentResolver Package Description 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.Uses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.method.annotation
Subclasses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.method.annotation Modifier and Type Class Description 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.Uses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractNamedValueMethodArgumentResolver in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description 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.