aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-1.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/index-files/index-1.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/index-files/index-1.html')
-rw-r--r--doc/index-files/index-1.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html
index eb48bf3..7bc89e8 100644
--- a/doc/index-files/index-1.html
+++ b/doc/index-files/index-1.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 -->
<TITLE>
A-Index
</TITLE>
@@ -85,25 +85,25 @@ function windowTitle()
<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>An abstract implementation of the FrontendModule interface.<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html#AbstractFrontendModule()"><B>AbstractFrontendModule()</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/AbstractRequestHandler.html" title="class in uk.org.ury.server"><B>AbstractRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>An abstract request handler for HttpCore, providing basic functionality such
- as uniform error response.<DT><A HREF="../uk/org/ury/server/AbstractRequestHandler.html#AbstractRequestHandler(uk.org.ury.server.Server, java.lang.String)"><B>AbstractRequestHandler(Server, String)</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/AbstractRequestHandler.html" title="class in uk.org.ury.server">AbstractRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/AbstractRequestHandler.html" title="class in uk.org.ury.backend.server"><B>AbstractRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>An abstract request handler for HttpCore, providing basic functionality such
+ as uniform error response.<DT><A HREF="../uk/org/ury/backend/server/AbstractRequestHandler.html#AbstractRequestHandler(uk.org.ury.backend.server.Server, java.lang.String)"><B>AbstractRequestHandler(Server, String)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/AbstractRequestHandler.html" title="class in uk.org.ury.backend.server">AbstractRequestHandler</A>
<DD>Constructs a new AbstractRequestHandler.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.item.ShowItem)"><B>add(int, ShowItem)</B></A> -
-Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#add(int, uk.org.ury.common.show.item.ShowItem)"><B>add(int, ShowItem)</B></A> -
+Method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<DD>Adds a new item to the channel.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)"><B>add(ShowItem)</B></A> -
-Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#add(uk.org.ury.common.show.item.ShowItem)"><B>add(ShowItem)</B></A> -
+Method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowChannel.html" title="class in uk.org.ury.common.show">ShowChannel</A>
<DD>Adds a new item to the end of the channel.
-<DT><A HREF="../uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server"><B>ApiRequestHandler</B></A> - Interface in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>Interface for classes that can handle requests addressed to their
- class name from the main server.<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>ApplicationLauncher</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>An application-based entry point into the frontend.<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#ApplicationLauncher()"><B>ApplicationLauncher()</B></A> -
-Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A>
+<DT><A HREF="../uk/org/ury/backend/server/ApiRequestHandler.html" title="interface in uk.org.ury.backend.server"><B>ApiRequestHandler</B></A> - Interface in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>Interface for classes that can handle requests addressed to their
+ class name from the main server.<DT><A HREF="../uk/org/ury/frontend/testrig/ApplicationLauncher.html" title="class in uk.org.ury.frontend.testrig"><B>ApplicationLauncher</B></A> - Class in <A HREF="../uk/org/ury/frontend/testrig/package-summary.html">uk.org.ury.frontend.testrig</A><DD>An application-based entry point into the frontend.<DT><A HREF="../uk/org/ury/frontend/testrig/ApplicationLauncher.html#ApplicationLauncher()"><B>ApplicationLauncher()</B></A> -
+Constructor for class uk.org.ury.frontend.testrig.<A HREF="../uk/org/ury/frontend/testrig/ApplicationLauncher.html" title="class in uk.org.ury.frontend.testrig">ApplicationLauncher</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#asResponse()"><B>asResponse()</B></A> -
-Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseItem.html#asResponse()"><B>asResponse()</B></A> -
+Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseItem.html" title="class in uk.org.ury.backend.database">DatabaseItem</A>
<DD>Retrieve a map of string representations of the properties.
-<DT><A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config"><B>Auth</B></A> - Class in <A HREF="../uk/org/ury/config/package-summary.html">uk.org.ury.config</A><DD>A login authorisation configuration<DT><A HREF="../uk/org/ury/config/Auth.html#Auth(java.lang.String, java.lang.String)"><B>Auth(String, String)</B></A> -
-Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
+<DT><A HREF="../uk/org/ury/backend/config/Auth.html" title="class in uk.org.ury.backend.config"><B>Auth</B></A> - Class in <A HREF="../uk/org/ury/backend/config/package-summary.html">uk.org.ury.backend.config</A><DD>A login authorisation configuration<DT><A HREF="../uk/org/ury/backend/config/Auth.html#Auth(java.lang.String, java.lang.String)"><B>Auth(String, String)</B></A> -
+Constructor for class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Auth.html" title="class in uk.org.ury.backend.config">Auth</A>
<DD>Create a login auth object
</DL>
<HR>