The Spring Framework

Uses of Interface
org.springframework.web.servlet.ViewResolver

Packages that use ViewResolver
org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations. 
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.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. 
 

Uses of ViewResolver in org.springframework.web.servlet.view
 

Classes in org.springframework.web.servlet.view that implement ViewResolver
 class AbstractCachingViewResolver
          Convenient base class for ViewResolver implementations.
 class AbstractTemplateViewResolver
          Abstract base class for template view resolvers, in particular for Velocity and FreeMarker views.
 class BeanNameViewResolver
          Simple implementation of ViewResolver that interprets a view name as bean name in the current application context, i.e. in the XML file of the executing DispatcherServlet.
 class InternalResourceViewResolver
          Convenient subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
 class ResourceBundleViewResolver
          ViewResolver implementation that uses bean definitions in a ResourceBundle, specified by the bundle basename.
 class UrlBasedViewResolver
          Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
 class XmlViewResolver
          Implementation of ViewResolver that uses bean definitions in an XML file, specified by resource location.
 

Uses of ViewResolver in org.springframework.web.servlet.view.freemarker
 

Classes in org.springframework.web.servlet.view.freemarker that implement ViewResolver
 class FreeMarkerViewResolver
          Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.
 

Uses of ViewResolver in org.springframework.web.servlet.view.jasperreports
 

Classes in org.springframework.web.servlet.view.jasperreports that implement ViewResolver
 class JasperReportsViewResolver
          ViewResolver implementation that resolves instances of AbstractJasperReportsView by translating the supplied view name into the URL of the report file.
 

Uses of ViewResolver in org.springframework.web.servlet.view.velocity
 

Classes in org.springframework.web.servlet.view.velocity that implement ViewResolver
 class VelocityLayoutViewResolver
          Convenience subclass of VelocityViewResolver, adding support for VelocityLayoutView and its properties.
 class VelocityViewResolver
          Convenience subclass of UrlBasedViewResolver that supports VelocityView (that is Velocity templates) and custom subclasses of it.
 

Uses of ViewResolver in org.springframework.web.servlet.view.xslt
 

Classes in org.springframework.web.servlet.view.xslt that implement ViewResolver
 class XsltViewResolver
          ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.