Class and Description |
---|
org.springframework.ui.velocity.CommonsLoggingLogSystem
as of Spring 3.2, in favor of Velocity 1.6's
CommonsLogLogChute |
Method and Description |
---|
org.springframework.ui.velocity.VelocityEngineUtils.mergeTemplate(VelocityEngine, String, Map Use
VelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer)
instead, following Velocity 1.6's corresponding deprecation in its own API. |
org.springframework.ui.velocity.VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, Map Use
VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)
instead, following Velocity 1.6's corresponding deprecation in its own API. |
org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.setTemplateLoaders(TemplateLoader...)
as of Spring 2.0.1, in favor of the "preTemplateLoaders"
and "postTemplateLoaders" properties
|