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

com.vtence.molecule.templating.RenderingEngine Maven / Gradle / Ivy

The newest version!
package com.vtence.molecule.templating;

import java.io.IOException;
import java.io.Writer;

public interface RenderingEngine {

    void render(Writer out, String templateName, Object context) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy