Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.ViewControllerRegistry

Added Methods
RedirectViewControllerRegistration addRedirectViewController(String, String) Map a view controller to the given URL path (or pattern) in order to redirect to another URL.
void addStatusController(String, HttpStatus) Map a simple controller to the given URL path (or pattern) in order to set the response status to the given code without rendering a body.