Class and Description |
---|
org.springframework.web.servlet.view.document.AbstractJExcelView
as of Spring 4.0, since JExcelAPI is an abandoned project
(no release since 2009, with serious bugs remaining)
|
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
in Spring 3.2 in favor of
RequestMappingHandlerAdapter |
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
as of Spring 3.2, in favor of
ExceptionHandlerExceptionResolver |
org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
in Spring 3.2 in favor of
RequestMappingHandlerMapping |
org.springframework.web.servlet.view.json.MappingJacksonJsonView
Please migrate to
MappingJackson2JsonView for Jackson 2.x. |