public class TemplateManagerUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.velocity.VelocityContext |
bindInputToContext(Map<String,Object> input)
Method to bind the map of values into VelocityContext
|
public static org.apache.velocity.VelocityContext bindInputToContext(Map<String,Object> input)
input - as Map<String,Object> where key will be placeholder name
and Object is the actual value for the placeholderCopyright © 2020. All rights reserved.