Uses of Class
com.avoka.tm.util.VelTemplate
-
Packages that use VelTemplate Package Description com.avoka.tm.util Provides Utility function classes. -
-
Uses of VelTemplate in com.avoka.tm.util
Methods in com.avoka.tm.util that return VelTemplate Modifier and Type Method Description VelTemplate
VelTemplate. addModelValue(String key, Object value)
Set the model key and value to merge with the template.VelTemplate
VelTemplate. setModel(Map<String,Object> model)
Set the model value to merge with the template.VelTemplate
VelTemplate. setTemplate(String template)
Set the Velocity template value.
-