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

org.springframework.web.servlet.view.freemarker (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web.servlet.view.freemarker

Support classes for the integration of FreeMarker as Spring web view technology.

See:
          Description

Interface Summary
FreeMarkerConfig Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
 

Class Summary
FreeMarkerConfigurer JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
FreeMarkerView View using the FreeMarker template engine.
FreeMarkerViewResolver Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.
 

Package org.springframework.web.servlet.view.freemarker Description

Support classes for the integration of FreeMarker as Spring web view technology. Contains a View implementation for FreeMarker templates.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.