com.lazerycode.jmeter.analyzer.util
public class TemplateUtil extends Object
| Constructor and Description |
|---|
TemplateUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
getRootMap(Object self)
Create rootMap with all necessary parameters/objects for Freemarker rendering
|
static freemarker.template.Template |
getTemplate(String templateName)
Try to load template from custom location.
|
public static Map<String,Object> getRootMap(Object self)
self - main object that will be accessed from Freemarker templatepublic static freemarker.template.Template getTemplate(String templateName) throws IOException
templateName - name of the templateIOExceptionCopyright © 2013. All Rights Reserved.