Added basic HTML generation and response handling.
[jrw.git] / src / jrw / sp / Populous.java
diff --git a/src/jrw/sp/Populous.java b/src/jrw/sp/Populous.java
new file mode 100644 (file)
index 0000000..2a58b7a
--- /dev/null
@@ -0,0 +1,5 @@
+package jrw.sp;
+
+public interface Populous {
+    public void populate(Element el);
+}