Package org.springframework.web.servlet.view.velocity

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

See:
          Description

Interface Summary
VelocityConfig Interface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup in a web environment.
 

Class Summary
VelocityConfigurer JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityToolboxView VelocityView subclass which adds support for Velocity Tools toolboxes and Velocity Tools' ViewTool callbacks.
VelocityView View using the Velocity template engine.
VelocityViewResolver Convenience subclass of UrlBasedViewResolver that supports VelocityView (i.e.
 

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

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



Copyright (C) 2003-2004 The Spring Framework Project.