站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.web.servlet.view.AbstractTemplateView (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.