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.
VelocityLayoutView VelocityLayoutView emulates the functionality offered by Velocity's VelocityLayoutServlet to ease page composition from different templates.
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) 2002-2005 The Spring Framework Project.