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

com.firefly.template.View Maven / Gradle / Ivy

The newest version!
package com.firefly.template;

import java.io.OutputStream;

public interface View {
	void render(Model model, OutputStream out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy