Generated by
JDiff

Class org.springframework.ui.velocity.VelocityEngineUtils

Removed Methods
void mergeTemplate(VelocityEngine, String, String, Map, Writer) Merge the specified Velocity template with the given model and write the result to the given Writer.
void mergeTemplate(VelocityEngine, String, Map, Writer) Merge the specified Velocity template with the given model and write the result to the given Writer.
String mergeTemplateIntoString(VelocityEngine, String, String, Map) Merge the specified Velocity template with the given model into a String.
String mergeTemplateIntoString(VelocityEngine, String, Map) Merge the specified Velocity template with the given model into a String.
 

Added Methods
void mergeTemplate(VelocityEngine, String, String, Map<String, Object>, Writer) Merge the specified Velocity template with the given model and write the result to the given Writer.
void mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer) Merge the specified Velocity template with the given model and write the result to the given Writer.
String mergeTemplateIntoString(VelocityEngine, String, String, Map<String, Object>) Merge the specified Velocity template with the given model into a String.
String mergeTemplateIntoString(VelocityEngine, String, Map<String, Object>) Merge the specified Velocity template with the given model into a String.