提交 5bcdf816 编写于 作者: A Arjen Poutsma

Javadoc

上级 04b3edca
...@@ -38,7 +38,8 @@ import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMeth ...@@ -38,7 +38,8 @@ import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMeth
/** /**
* Default implementation of the {@link org.springframework.web.servlet.HandlerExceptionResolver * Default implementation of the {@link org.springframework.web.servlet.HandlerExceptionResolver
* HandlerExceptionResolver} interface that resolves standard Spring exceptions. <p>Default implementations typically * HandlerExceptionResolver} interface that resolves standard Spring exceptions. <p>Default implementations typically
* set the response status. * set the response status to a corresponding HTTP status code. <p>This exception resolver is enabled by default in the
* {@link org.springframework.web.servlet.DispatcherServlet}.
* *
* @author Arjen Poutsma * @author Arjen Poutsma
* @see #handleNoSuchRequestHandlingMethod * @see #handleNoSuchRequestHandlingMethod
......
...@@ -28,6 +28,7 @@ import org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver; ...@@ -28,6 +28,7 @@ import org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver;
/** /**
* Implementation of the {@link org.springframework.web.servlet.HandlerExceptionResolver HandlerExceptionResolver} * Implementation of the {@link org.springframework.web.servlet.HandlerExceptionResolver HandlerExceptionResolver}
* interface that uses the {@link ResponseStatus @ResponseStatus} annotation to map exceptions to HTTP status codes. * interface that uses the {@link ResponseStatus @ResponseStatus} annotation to map exceptions to HTTP status codes.
* <p>This exception resolver is enabled by default in the {@link org.springframework.web.servlet.DispatcherServlet}.
* *
* @author Arjen Poutsma * @author Arjen Poutsma
* @since 3.0 * @since 3.0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册