The Spring Framework

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

Packages that use org.springframework.web.servlet.view
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
org.springframework.web.servlet.view.document Support classes for document generation, providing View implementations for PDF and Excel. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.jasperreports Support classes for the integration of JasperReports as Spring web view technology. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.servlet.view.tiles2 Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
org.springframework.web.servlet.view.xslt Support classes for XSLT, providing a View implementation for XSLT stylesheets. 
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view
AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
InternalResourceView
          Wrapper for a JSP or other resource within the same web application.
UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.document
AbstractView
          Abstract base class for View implementations.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.freemarker
AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
AbstractTemplateView
          Adapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library.
AbstractTemplateViewResolver
          Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.jasperreports
AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.tiles
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
InternalResourceView
          Wrapper for a JSP or other resource within the same web application.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.tiles2
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.velocity
AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
AbstractTemplateView
          Adapter base class for template-based view technologies such as Velocity and FreeMarker, with the ability to use request and session attributes in their model and the option to expose helper objects for Spring's Velocity/FreeMarker macro library.
AbstractTemplateViewResolver
          Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 

Classes in org.springframework.web.servlet.view used by org.springframework.web.servlet.view.xslt
AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.