Generated by
JDiff

Class org.springframework.web.method.support.ModelAndViewContainer

Added Methods
HttpStatus getStatus() Return the configured HTTP status, if any.
boolean isBindingDisabled(String) Whether binding is disabled for the given model attribute.
void setBindingDisabled(String) Register an attribute for which data binding should not occur, for example corresponding to an {@code @ModelAttribute(binding=false)} declaration.
void setStatus(HttpStatus) Provide a HTTP status that will be passed on to with the {@code ModelAndView} used for view rendering purposes.