org.springframework.web.servlet.view
Class Diagram view

Class Summary
AbstractCachingViewResolverConvenient superclass for view resolvers.
AbstractUrlBasedViewAbstract base class for URL-based views.
AbstractViewAbstract view superclass.
BeanNameViewResolverSimple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e.
InternalResourceViewWrapper for a JSP or other resource within the same web application.
InternalResourceViewResolverConvenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
JstlViewSpecialization of InternalResourceView for JSTL pages, i.e.
RedirectViewView that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters.
ResourceBundleViewResolverImplementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename.
UrlBasedViewResolverSimple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition.
XmlViewResolverImplementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation).