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