|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes | |
|
Abstract base class for resolving method arguments from a named value. |
|
An abstract base class adapting a WebArgumentResolver to the HandlerMethodArgumentResolver contract. |
|
Resolves Errors method arguments. |
|
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. |
|
Resolves Map method arguments and handles Map return values. |
|
Resolves method arguments annotated with {@code @ModelAttribute} and handles return values from methods annotated with {@code @ModelAttribute}. |
|
Resolves Model arguments and handles Model return values. |
|
Resolves Map method arguments annotated with {@code @RequestHeader}. |
|
Resolves Map method arguments annotated with an @RequestParam where the annotation does not specify a request parameter name. |
|
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. |
|
Manages controller-specific session attributes declared via @SessionAttributes. |
|
Resolves a SessionStatus argument by obtaining it from the ModelAndViewContainer. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |