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

com.pojosontheweb.ttt.ITemplate Maven / Gradle / Ivy

There is a newer version: 0.1-beta6
Show newest version
package com.pojosontheweb.ttt;

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

public interface ITemplate {

    String getContentType();

    void render(Writer out) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy