Class TemplateManagerUtil
java.lang.Object
io.mosip.kernel.templatemanager.velocity.util.TemplateManagerUtil
TemplateManagerUtil contain Utility methods
- Since:
- 01-10-2018
- Version:
- 1.0.0
- Author:
- Abhishek Kumar
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.velocity.VelocityContextbindInputToContext(Map<String, Object> input) Method to bind the map of values into VelocityContext
-
Method Details
-
bindInputToContext
Method to bind the map of values into VelocityContext- Parameters:
input- as Map<String,Object> where key will be placeholder name and Object is the actual value for the placeholder- Returns:
- VelocityContext
-