Uses of Annotation Interface
org.springframework.web.bind.annotation.ResponseStatus
Package
Description
Support package for annotation-based Servlet MVC controllers.
-
Uses of ResponseStatus in org.springframework.web.servlet.mvc.annotation
Modifier and TypeMethodDescriptionprotected ModelAndView
ResponseStatusExceptionResolver.resolveResponseStatus
(ResponseStatus responseStatus, HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) Template method that handles the@ResponseStatus
annotation.