All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.casualsuperman.portent.TemplateEngine Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.casualsuperman.portent;

import java.io.Reader;
import java.io.Writer;

public interface TemplateEngine {
	void writeTo(String templateName, Reader reader, Context context, Writer writer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy