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.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 superclass for view resolvers.
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 ViewResolver that allows 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 superclass for view resolvers.
AbstractTemplateView
          AbstractTemplateView provides 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 like VelocityViewResolver and FreeMarkerViewResolver.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of ViewResolver that allows 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 superclass for view resolvers.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of ViewResolver that allows 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.velocity
AbstractCachingViewResolver
          Convenient superclass for view resolvers.
AbstractTemplateView
          AbstractTemplateView provides 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 like VelocityViewResolver and FreeMarkerViewResolver.
AbstractUrlBasedView
          Abstract base class for URL-based views.
AbstractView
          Abstract base class for View implementations.
UrlBasedViewResolver
          Simple implementation of ViewResolver that allows 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
AbstractView
          Abstract base class for View implementations.
 



Copyright (c) 2002-2007 The Spring Framework Project.