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