package org.webiyo.web; import java.io.IOException; public interface Renderable { void render(HtmlWriter out) throws IOException; }