Interface TemplateEngine

All Known Implementing Classes:
FreeMarkerTemplateEngine, PebbleTemplateEngine, ThymeleafTemplateEngine

public interface TemplateEngine
The Interface TemplateEngine.

Created: 2016. 1. 9.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(String templateName, Activity activity)
    Executes template, using the data-model provided, writing the generated output to the supplied Writer.
    void
    process(String templateSource, String contentType, Activity activity)
    Executes template, using the data-model provided, writing the generated output to the supplied Writer.