Uses of Package
org.springframework.web.servlet.view

Packages that use org.springframework.web.servlet.view
org.springframework.web.servlet.view 
org.springframework.web.servlet.view.document 
org.springframework.web.servlet.view.tiles 
org.springframework.web.servlet.view.velocity 
org.springframework.web.servlet.view.xslt 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view
AbstractUrlBasedView
          Abstract base class for URL-based views.
InternalResourceView
          Wrapper for a JSP or other resource within the same web application.
InternalResourceViewResolver
          Convenience subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
JstlView
          Specialization of InternalResourceView for JSTL pages, i.e.
RedirectView
          View that redirects to an internal or external URL, exposing all model attributes as HTTP query parameters.
ResourceBundleViewResolver
          Implementation of ViewResolver that uses bean definitions in a ResourceBundle, specified by the bundle basename.
UrlBasedViewResolver
          Simple implementation of ViewResolver that allows for direct resolution of symbolic view names to URLs, without explicit mapping definition.
XmlViewResolver
          Implementation of ViewResolver that uses bean definitions in an XML file, specified by location (URL or relative path, according to the ApplicationContext implementation).
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.document
AbstractExcelView
          Convenient superclass for Excel-document views.
AbstractPdfView
          Abstract superclass for PDF views, using Bruno Lowagie's iText package.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.tiles
TilesView
          TilesView retrieves a Tiles definition.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.velocity
VelocityView
          View using Velocity template engine.
VelocityViewResolver
          Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.xslt
AbstractXsltView
          Convenient superclass for views rendered using an XSLT stylesheet.