Generated by
JDiff

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

Added Methods
HttpServletRequest getRequestToExpose(HttpServletRequest) Get the request handle to expose to .renderMergedOutputModel, i.e.
void setExposeContextBeansAsAttributes(boolean) 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[]) Specify the names of beans in the context which are supposed to be exposed.