|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes | |
|
Handles return values of type AsyncTask. |
|
Handles return values of type Callable. |
|
Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes. |
|
Handles return values of type DeferredResult. |
|
Resolves method arguments of type Map annotated with @MatrixVariable where the annotation the does not specify a name. |
|
Resolves method arguments annotated with an @PathParam. |
|
Resolves Map method arguments annotated with an @PathVariable where the annotation does not specify a path variable name. |
|
A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all {@code @RequestMapping} methods through {@code @ExceptionHandler} methods. |
Changed Classes | |
|
A base class for resolving method argument values by reading from the body of a request with HttpMessageConverters. |
|
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters. |
|
An AbstractHandlerMethodExceptionResolver that resolves exceptions through {@code @ExceptionHandler} methods. |
|
Subclass of ServletRequestDataBinder that adds URI template variables to the values used for data binding. |
|
Resolves HttpEntity method argument values and also handles both HttpEntity and ResponseEntity return values. |
|
Handles return values of type ModelAndView copying view and model information to the ModelAndViewContainer. |
|
This return value handler is intended to be ordered after all others as it attempts to handle _any_ return value type (i.e. |
|
Resolves method arguments annotated with an @PathVariable. |
|
Resolves method arguments of type RedirectAttributes. |
|
An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in {@code @RequestMapping}. |
|
Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes. |
|
Resolves the following method arguments:
|
|
Resolves method arguments annotated with {@code @RequestBody} and handles return values from methods annotated with {@code @ResponseBody} by reading and writing to the body of the request or response with an HttpMessageConverter. |
|
Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level {@code @ResponseStatus} annotation. |
|
A Servlet-specific org.springframework.web.method.annotation.ModelAttributeMethodProcessor that applies data binding through a WebDataBinder of type ServletRequestDataBinder. |
|
Resolves request-related method argument values of the following types: |
|
Resolves response-related method argument values of types: |
|
Resolvers argument values of type UriComponentsBuilder. |
|
Handles return values that are of type View. |
|
Handles return values of types {@code void} and {@code String} interpreting them as view name reference. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |