Searched defs:templateContent (Results 1 – 1 of 1) sorted by relevance
89 String templateContent = new String(templateBytes, StandardCharsets.UTF_8); in generateHtml() local106 private String createTempTemplateFile(String templateContent, String templateId) in createTempTemplateFile()