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

org.sitoolkit.wt.infra.template.TemplateEngine Maven / Gradle / Ivy

There is a newer version: 2.3
Show newest version
package org.sitoolkit.wt.infra.template;

public interface TemplateEngine {

    void write(TemplateModel model);

    String writeToString(TemplateModel model);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy