Generated by
JDiff

Class org.springframework.web.servlet.view.AbstractView

Added Methods
void setResponseContentType(HttpServletRequest, HttpServletResponse) Set the content type of the response to the configured content type unless the View.SELECTED_CONTENT_TYPE request attribute is present and set to a concrete media type.
 

Changed Methods
Map<String, Object> createMergedOutputModel(Map<String, ?>, HttpServletRequest, HttpServletResponse) Documentation changed from old to new.
Creates a combined output Map (never null) that includes dynamic values and static attributes.
void setExposePathVariables(boolean) Documentation changed from old to new.
Whether to add path variables in the model or not.