Generated by
JDiff

Class org.springframework.web.servlet.view.InternalResourceView

Changed Methods
HttpServletRequest getRequestToExpose(HttpServletRequest) Method was locally defined, but is now inherited from AbstractView. Get the request handle to expose to .renderMergedOutputModel, i.e.
void setExposeContextBeansAsAttributes(boolean) Method was locally defined, but is now inherited from AbstractView. Set whether to make all Spring beans in the application context accessible as request attributes, through lazy checking once an attribute gets accessed.
void setExposedContextBeanNames(String[]) Method was locally defined, but is now inherited from AbstractView. Specify the names of beans in the context which are supposed to be exposed.