Generated by
JDiff

Class org.springframework.web.servlet.ModelAndView

Added Constructors
ModelAndView(String, Map<String, ?>, HttpStatus) Creates new ModelAndView given a view name, model, and status.
 

Added Methods
HttpStatus getStatus() Return the configured status for the response.
void setStatus(HttpStatus) Set the status to use for the response.