Added basic HTML generation and response handling.
[jrw.git] / src / jrw / sp / Populous.java
... / ...
CommitLineData
1package jrw.sp;
2
3public interface Populous {
4 public void populate(Element el);
5}