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

com.nhl.bootique.mvc.renderer.TemplateRenderer Maven / Gradle / Ivy

package com.nhl.bootique.mvc.renderer;

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

import com.nhl.bootique.mvc.Template;

public interface TemplateRenderer {

	void render(Writer out, Template template, Object rootModel) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy