File tree 1 file changed +4
-1
lines changed
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 79
79
* default HandlerAdapters. Like HandlerMappings, HandlerAdapters can be given any bean name (they are tested by type).
80
80
*
81
81
* <li>The dispatcher's exception resolution strategy can be specified via a {@link HandlerExceptionResolver}, for
82
- * example mapping certain exceptions to error pages. Default is none. Additional HandlerExceptionResolvers can be added
82
+ * example mapping certain exceptions to error pages. Default are
83
+ * {@link org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver},
84
+ * {@link org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver}, and
85
+ * {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver}. These HandlerExceptionResolvers can be overridden
83
86
* through the application context. HandlerExceptionResolver can be given any bean name (they are tested by type).
84
87
*
85
88
* <li>Its view resolution strategy can be specified via a {@link ViewResolver} implementation, resolving symbolic view
You can’t perform that action at this time.
0 commit comments