Uses of Class
org.springframework.web.servlet.view.AbstractTemplateView

Packages that use AbstractTemplateView
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
 

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

Subclasses of AbstractTemplateView in org.springframework.web.servlet.view.freemarker
 class FreeMarkerView
          View using the FreeMarker template engine.
 

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

Subclasses of AbstractTemplateView in org.springframework.web.servlet.view.velocity
 class VelocityLayoutView
          VelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates.
 class VelocityToolboxView
          VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools ViewTool callbacks / Velocity Tools 1.3 init methods.
 class VelocityView
          View using the Velocity template engine.
 



Copyright © 2002-2008 The Spring Framework.