Webiyo

This page was generated using Webiyo. See its source code and unit tests.

org/webiyo/web/Renderable.java

package org.webiyo.web;

import java.io.IOException;

public interface Renderable {

    void render(HtmlWriter out) throws IOException;

}
SourceForge