Author: xor
Date: 2008-10-05 21:41:02 +0000 (Sun, 05 Oct 2008)
New Revision: 22950

Added:
   trunk/plugins/WoT/ui/web/ConfigurationPage.java
   trunk/plugins/WoT/ui/web/TrusteesPage.java
   trunk/plugins/WoT/ui/web/TrustersPage.java
Log:
Add missing page classes.

Added: trunk/plugins/WoT/ui/web/ConfigurationPage.java
===================================================================
--- trunk/plugins/WoT/ui/web/ConfigurationPage.java                             
(rev 0)
+++ trunk/plugins/WoT/ui/web/ConfigurationPage.java     2008-10-05 21:41:02 UTC 
(rev 22950)
@@ -0,0 +1,32 @@
+/**
+ * 
+ */
+package plugins.WoT.ui.web;
+
+import plugins.WoT.WoT;
+import freenet.support.api.HTTPRequest;
+
+/**
+ * @author p0s
+ *
+ */
+public class ConfigurationPage extends WebPageImpl {
+
+       /**
+        * @param wot a reference to the WoT, used to get resources the page 
needs. 
+        * @param request the request sent by the user.
+        */
+       public ConfigurationPage(WoT wot, HTTPRequest request) {
+               super(wot, request);
+               // TODO Auto-generated constructor stub
+       }
+
+       /* (non-Javadoc)
+        * @see plugins.WoT.ui.web.WebPage#make()
+        */
+       public void make() {
+               // TODO Auto-generated method stub
+
+       }
+
+}

Added: trunk/plugins/WoT/ui/web/TrusteesPage.java
===================================================================
--- trunk/plugins/WoT/ui/web/TrusteesPage.java                          (rev 0)
+++ trunk/plugins/WoT/ui/web/TrusteesPage.java  2008-10-05 21:41:02 UTC (rev 
22950)
@@ -0,0 +1,32 @@
+/**
+ * 
+ */
+package plugins.WoT.ui.web;
+
+import plugins.WoT.WoT;
+import freenet.support.api.HTTPRequest;
+
+/**
+ * @author p0s
+ *
+ */
+public class TrusteesPage extends WebPageImpl {
+
+       /**
+        * @param wot a reference to the WoT, used to get resources the page 
needs. 
+        * @param request the request sent by the user.
+        */
+       public TrusteesPage(WoT wot, HTTPRequest request) {
+               super(wot, request);
+               // TODO Auto-generated constructor stub
+       }
+
+       /* (non-Javadoc)
+        * @see plugins.WoT.ui.web.WebPage#make()
+        */
+       public void make() {
+               // TODO Auto-generated method stub
+
+       }
+
+}

Added: trunk/plugins/WoT/ui/web/TrustersPage.java
===================================================================
--- trunk/plugins/WoT/ui/web/TrustersPage.java                          (rev 0)
+++ trunk/plugins/WoT/ui/web/TrustersPage.java  2008-10-05 21:41:02 UTC (rev 
22950)
@@ -0,0 +1,32 @@
+/**
+ * 
+ */
+package plugins.WoT.ui.web;
+
+import plugins.WoT.WoT;
+import freenet.support.api.HTTPRequest;
+
+/**
+ * @author p0s
+ *
+ */
+public class TrustersPage extends WebPageImpl {
+
+       /**
+        * @param wot a reference to the WoT, used to get resources the page 
needs. 
+        * @param request the request sent by the user.
+        */
+       public TrustersPage(WoT wot, HTTPRequest request) {
+               super(wot, request);
+               // TODO Auto-generated constructor stub
+       }
+
+       /* (non-Javadoc)
+        * @see plugins.WoT.ui.web.WebPage#make()
+        */
+       public void make() {
+               // TODO Auto-generated method stub
+
+       }
+
+}


Reply via email to