Interface TemplateRenderer
public interface TemplateRenderer
- Author:
- Cause Chung
-
Method Summary
-
Method Details
-
render
Renders the target output to the writer specified.- Parameters:
writer- java.io.Writerdata- a list of tuple containing the template and corresponding data for rendering.
-
create
-