Class and Description |
---|
org.springframework.ui.velocity.VelocityEngineFactory
as of Spring 4.3, in favor of FreeMarker
|
org.springframework.ui.velocity.VelocityEngineFactoryBean
as of Spring 4.3, in favor of FreeMarker
|
org.springframework.ui.velocity.VelocityEngineUtils
as of Spring 4.3, in favor of FreeMarker
|
Method and Description |
---|
org.springframework.ui.velocity.VelocityEngineUtils.mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer)
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<String, Object>)
Use
VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)
instead, following Velocity 1.6's corresponding deprecation in its own API. |