Skip to content

Commit 880eb9e

Browse files
committed
SPR-5622: Changed javadoc to reflect current HandlerExceptionResolvers.
1 parent 307fb0a commit 880eb9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/DispatcherServlet.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
* default HandlerAdapters. Like HandlerMappings, HandlerAdapters can be given any bean name (they are tested by type).
8080
*
8181
* <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
8386
* through the application context. HandlerExceptionResolver can be given any bean name (they are tested by type).
8487
*
8588
* <li>Its view resolution strategy can be specified via a {@link ViewResolver} implementation, resolving symbolic view

0 commit comments

Comments
 (0)