Package org.springframework.web.servlet.mvc.method.annotation

Class Summary
ExceptionHandlerExceptionResolver An AbstractHandlerMethodExceptionResolver that looks for an ExceptionHandler-annotated method that can handle a thrown exception.
RequestMappingHandlerAdapter An AbstractHandlerMethodAdapter variant with support for RequestMapping handler methods.
RequestMappingHandlerMapping An AbstractHandlerMethodMapping variant that uses RequestMappingInfos for the registration and the lookup of HandlerMethods.
RequestMappingInfo Contains a set of conditions to match to a given request such as URL patterns, HTTP methods, request parameters and headers.
ServletInvocableHandlerMethod Extends InvocableHandlerMethod with the ability to handle the value returned from the method through a registered HandlerMethodArgumentResolver that supports the given return value type.
ServletRequestDataBinderFactory An InitBinderDataBinderFactory variation instantiating a data binder of type ServletRequestDataBinder and further extending it with the ability to add URI template variables to the values used in data binding.