Generated by
JDiff

Package org.springframework.web.method.annotation

Changed Classes
AbstractNamedValueMethodArgumentResolver Abstract base class for resolving method arguments from a named value.
AbstractWebArgumentResolverAdapter An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract.
ErrorsMethodArgumentResolver Resolves Errors method arguments.
ExceptionHandlerMethodResolver Discovers ExceptionHandler @ExceptionHandler methods in a given class type, including all super types, and helps to resolve an Exception to the method its mapped to.
MapMethodProcessor Resolves Map method arguments and handles Map return values.
ModelAttributeMethodProcessor Resolves method arguments annotated with {@code @ModelAttribute} and handles return values from methods annotated with {@code @ModelAttribute}.
ModelMethodProcessor Resolves Model arguments and handles Model return values.
RequestHeaderMapMethodArgumentResolver Resolves Map method arguments annotated with {@code @RequestHeader}.
RequestParamMapMethodArgumentResolver Resolves Map method arguments annotated with an @RequestParam where the annotation does not specify a request parameter name.
RequestParamMethodArgumentResolver Resolves method arguments annotated with @RequestParam, arguments of type MultipartFile in conjunction with Spring's MultipartResolver abstraction, and arguments of type {@code javax.servlet.http.Part} in conjunction with Servlet 3.0 multipart requests.
SessionAttributesHandler Manages controller-specific session attributes declared via @SessionAttributes.
SessionStatusMethodArgumentResolver Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer.