Interface FreemarkerTemplateProcessor
- All Known Implementing Classes:
FreemarkerTemplateProcessorImpl
public interface FreemarkerTemplateProcessor
-
Method Summary
-
Method Details
-
processTemplate
String processTemplate(Map<String, Object> model, String templateName) throws IOException, freemarker.template.TemplateException- Throws:
IOException
freemarker.template.TemplateException
-