The Spring Framework

Uses of Class
org.springframework.ui.velocity.VelocityEngineFactory

Packages that use VelocityEngineFactory
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
 

Uses of VelocityEngineFactory in org.springframework.ui.velocity
 

Subclasses of VelocityEngineFactory in org.springframework.ui.velocity
 class VelocityEngineFactoryBean
          Factory bean that configures a VelocityEngine and provides it as bean reference.
 

Uses of VelocityEngineFactory in org.springframework.web.servlet.view.velocity
 

Subclasses of VelocityEngineFactory in org.springframework.web.servlet.view.velocity
 class VelocityConfigurer
          JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.