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

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

See
          Description

Class Diagram Summary
velocity 
 

Interface Summary
VelocityConfigInterface to be implemented by objects that configure and manage a VelocityEngine for automatic lookup.
 

Class Summary
VelocityConfigurerJavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
VelocityViewView using Velocity template engine.
VelocityViewResolverConvenience 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.