com.firefly.template.View Maven / Gradle / Ivy
package com.firefly.template;
import java.io.OutputStream;
public interface View {
void render(Model model, OutputStream out);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.firefly.template;
import java.io.OutputStream;
public interface View {
void render(Model model, OutputStream out);
}