aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files
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
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')
-rw-r--r--doc/index-files/index-1.html30
-rw-r--r--doc/index-files/index-10.html40
-rw-r--r--doc/index-files/index-11.html30
-rw-r--r--doc/index-files/index-12.html12
-rw-r--r--doc/index-files/index-13.html8
-rw-r--r--doc/index-files/index-14.html12
-rw-r--r--doc/index-files/index-15.html35
-rw-r--r--doc/index-files/index-16.html62
-rw-r--r--doc/index-files/index-17.html20
-rw-r--r--doc/index-files/index-18.html10
-rw-r--r--doc/index-files/index-19.html42
-rw-r--r--doc/index-files/index-2.html20
-rw-r--r--doc/index-files/index-3.html32
-rw-r--r--doc/index-files/index-4.html50
-rw-r--r--doc/index-files/index-5.html24
-rw-r--r--doc/index-files/index-6.html10
-rw-r--r--doc/index-files/index-7.html120
-rw-r--r--doc/index-files/index-8.html76
-rw-r--r--doc/index-files/index-9.html12
19 files changed, 322 insertions, 323 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>
diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html
index d093928..4ffcadd 100644
--- a/doc/index-files/index-10.html
+++ b/doc/index-files/index-10.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>
L-Index
</TITLE>
@@ -82,27 +82,27 @@ function windowTitle()
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A> - Interface in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Interface for entry points into the frontend.<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer"><B>LibraryControlPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html#LibraryControlPanel()"><B>LibraryControlPanel()</B></A> -
-Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/testrig/Launcher.html" title="interface in uk.org.ury.frontend.testrig"><B>Launcher</B></A> - Interface in <A HREF="../uk/org/ury/frontend/testrig/package-summary.html">uk.org.ury.frontend.testrig</A><DD>Interface for entry points into the frontend.<DT><A HREF="../uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html" title="class in uk.org.ury.frontend.cpanels.show"><B>LibraryControlPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/cpanels/show/package-summary.html">uk.org.ury.frontend.cpanels.show</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html#LibraryControlPanel()"><B>LibraryControlPanel()</B></A> -
+Constructor for class uk.org.ury.frontend.cpanels.show.<A HREF="../uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html" title="class in uk.org.ury.frontend.cpanels.show">LibraryControlPanel</A>
<DD>Construct a new LibraryControlPanel.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>LibraryItem</B></A> - Class in <A HREF="../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A><DD>An item in the URY library.<DT><A HREF="../uk/org/ury/library/item/LibraryItem.html#LibraryItem(java.util.Map)"><B>LibraryItem(Map&lt;LibraryItemProperty, String&gt;)</B></A> -
-Constructor for class uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item">LibraryItem</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItem.html" title="class in uk.org.ury.common.library.item"><B>LibraryItem</B></A> - Class in <A HREF="../uk/org/ury/common/library/item/package-summary.html">uk.org.ury.common.library.item</A><DD>An item in the URY library.<DT><A HREF="../uk/org/ury/common/library/item/LibraryItem.html#LibraryItem(java.util.Map)"><B>LibraryItem(Map&lt;LibraryItemProperty, String&gt;)</B></A> -
+Constructor for class uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItem.html" title="class in uk.org.ury.common.library.item">LibraryItem</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item"><B>LibraryItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/library/item/package-summary.html">uk.org.ury.library.item</A><DD>The parameters that are stored in the LibraryItem.<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>A request handler for library queries.<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#LibraryRequestHandler(uk.org.ury.server.Server, java.lang.String)"><B>LibraryRequestHandler(Server, String)</B></A> -
-Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item"><B>LibraryItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/common/library/item/package-summary.html">uk.org.ury.common.library.item</A><DD>The parameters that are stored in the LibraryItem.<DT><A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html" title="class in uk.org.ury.backend.handlers"><B>LibraryRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/backend/handlers/package-summary.html">uk.org.ury.backend.handlers</A><DD>A request handler for library queries.<DT><A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html#LibraryRequestHandler(uk.org.ury.backend.server.Server, java.lang.String)"><B>LibraryRequestHandler(Server, String)</B></A> -
+Constructor for class uk.org.ury.backend.handlers.<A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html" title="class in uk.org.ury.backend.handlers">LibraryRequestHandler</A>
<DD>Construct a new LibraryRequestHandler.
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>LibraryTableModel</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>A table model for the library viewer.<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#LibraryTableModel(java.util.List)"><B>LibraryTableModel(List&lt;LibraryItem&gt;)</B></A> -
-Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library"><B>LibraryTableModel</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/library/package-summary.html">uk.org.ury.frontend.modules.library</A><DD>A table model for the library viewer.<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#LibraryTableModel(java.util.List)"><B>LibraryTableModel(List&lt;LibraryItem&gt;)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>Construct a new table model.
-<DT><A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A> - Class in <A HREF="../uk/org/ury/library/package-summary.html">uk.org.ury.library</A><DD>A set of common utility routines to facilitate the extraction of
- library items from the library areas of the URY database.<DT><A HREF="../uk/org/ury/library/LibraryUtils.html#LibraryUtils()"><B>LibraryUtils()</B></A> -
-Constructor for class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A>
+<DT><A HREF="../uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library"><B>LibraryUtils</B></A> - Class in <A HREF="../uk/org/ury/common/library/package-summary.html">uk.org.ury.common.library</A><DD>A set of common utility routines to facilitate the extraction of
+ library items from the library areas of the URY database.<DT><A HREF="../uk/org/ury/common/library/LibraryUtils.html#LibraryUtils()"><B>LibraryUtils()</B></A> -
+Constructor for class uk.org.ury.common.library.<A HREF="../uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library">LibraryUtils</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewer</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>Module for investigating the track library.<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#LibraryViewer()"><B>LibraryViewer()</B></A> -
-Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library"><B>LibraryViewer</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/library/package-summary.html">uk.org.ury.frontend.modules.library</A><DD>Module for investigating the track library.<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html#LibraryViewer()"><B>LibraryViewer()</B></A> -
+Constructor for class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<DD>Constructs a new LibraryViewer as a frontend object.
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer"><B>LibraryViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/library/viewer/package-summary.html">uk.org.ury.library.viewer</A><DD>Frontend panel providing access to an underlying library viewer.<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#LibraryViewerPanel(uk.org.ury.library.viewer.LibraryViewer, uk.org.ury.frontend.FrontendMaster)"><B>LibraryViewerPanel(LibraryViewer, FrontendMaster)</B></A> -
-Constructor for class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library"><B>LibraryViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/library/package-summary.html">uk.org.ury.frontend.modules.library</A><DD>Frontend panel providing access to an underlying library viewer.<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html#LibraryViewerPanel(uk.org.ury.frontend.modules.library.LibraryViewer, uk.org.ury.frontend.FrontendMaster)"><B>LibraryViewerPanel(LibraryViewer, FrontendMaster)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewerPanel</A>
<DD>Construct a new LibraryViewerPanel.
<DT><A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>LoadFailureException</B></A> - Exception in <A HREF="../uk/org/ury/frontend/exceptions/package-summary.html">uk.org.ury.frontend.exceptions</A><DD>Exception thrown when the loading of a new frontend module fails.<DT><A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html#LoadFailureException()"><B>LoadFailureException()</B></A> -
Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A>
@@ -123,8 +123,8 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFram
<DD>Load a module into the frontend frame.
<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#loadModule(java.lang.String, java.lang.String)"><B>loadModule(String, String)</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A>
-<DD>Load a module into the frontend frame, additionally installing
- a control panel to communicate with the previous module.
+<DD>Load a module into the frontend frame, additionally installing a control
+ panel to communicate with the previous module.
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>Load a module into the frontend frame.
@@ -132,8 +132,8 @@ Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/Frontend
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>Load a module into the frontend frame, additionally installing
a control panel to communicate with the previous module.
-<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html#loadModule(java.lang.String)"><B>loadModule(String)</B></A> -
+Method in class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>
<DD>&nbsp;
</DL>
<HR>
diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html
index b738199..acb0647 100644
--- a/doc/index-files/index-11.html
+++ b/doc/index-files/index-11.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>
M-Index
</TITLE>
@@ -82,28 +82,28 @@ function windowTitle()
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/server/Server.html#main(java.lang.String[])"><B>main(String[])</B></A> -
-Static method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#main(java.lang.String[])"><B>main(String[])</B></A> -
+Static method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>The main method, which serves to create a server.
-<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#main(java.lang.String[])"><B>main(String[])</B></A> -
-Static method in 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/frontend/testrig/ApplicationLauncher.html#main(java.lang.String[])"><B>main(String[])</B></A> -
+Static method in 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>Main method.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database credentials required to
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions"><B>MissingCredentialsException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when the database credentials required to
log into the URY database under a user class are missing,
- and thus the log-in cannot continue.<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html#MissingCredentialsException()"><B>MissingCredentialsException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A>
+ and thus the log-in cannot continue.<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html#MissingCredentialsException()"><B>MissingCredentialsException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">MissingCredentialsException</A>
<DD>Construct a new MissingCredentialsException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html#MissingCredentialsException(java.lang.String)"><B>MissingCredentialsException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html#MissingCredentialsException(java.lang.String)"><B>MissingCredentialsException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">MissingCredentialsException</A>
<DD>Construct a new MissingCredentialsException.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions"><B>MissingPropertyException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when a DatabaseItem is queried for a property
- that does not exist.<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html#MissingPropertyException()"><B>MissingPropertyException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions"><B>MissingPropertyException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when a DatabaseItem is queried for a property
+ that does not exist.<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html#MissingPropertyException()"><B>MissingPropertyException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">MissingPropertyException</A>
<DD>Construct a new MissingPropertyException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html#MissingPropertyException(java.lang.String)"><B>MissingPropertyException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html#MissingPropertyException(java.lang.String)"><B>MissingPropertyException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">MissingPropertyException</A>
<DD>Construct a new MissingPropertyException.
</DL>
<HR>
diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html
index b877693..8994069 100644
--- a/doc/index-files/index-12.html
+++ b/doc/index-files/index-12.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>
N-Index
</TITLE>
@@ -82,13 +82,13 @@ function windowTitle()
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown if the class requested as a handler by the client
- is, in fact, not a handler (it does not implement RequestHandler).<DT><A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html#NotAHandlerException(java.lang.String)"><B>NotAHandlerException(String)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions">NotAHandlerException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.backend.server.exceptions"><B>NotAHandlerException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown if the class requested as a handler by the client
+ is, in fact, not a handler (it does not implement RequestHandler).<DT><A HREF="../uk/org/ury/backend/server/exceptions/NotAHandlerException.html#NotAHandlerException(java.lang.String)"><B>NotAHandlerException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.backend.server.exceptions">NotAHandlerException</A>
<DD>Construct a NotAHandlerException with the name of the class that
is not a handler.
-<DT><A HREF="../uk/org/ury/show/ShowUtils.html#NUM_CHANNELS"><B>NUM_CHANNELS</B></A> -
-Static variable in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#NUM_CHANNELS"><B>NUM_CHANNELS</B></A> -
+Static variable in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>The number of channels reserved for show items.
</DL>
<HR>
diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html
index 49ff9e4..4aa6f32 100644
--- a/doc/index-files/index-13.html
+++ b/doc/index-files/index-13.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>
P-Index
</TITLE>
@@ -82,9 +82,9 @@ function windowTitle()
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A> - Class in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Utilities for converting between strings encoded in the response protocol and
- collections of items, as well as validating and unpicking protocol messages.<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#ProtocolUtils()"><B>ProtocolUtils()</B></A> -
-Constructor for class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A>
+<DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol"><B>ProtocolUtils</B></A> - Class in <A HREF="../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A><DD>Utilities for converting between strings encoded in the response protocol and
+ collections of items, as well as validating and unpicking protocol messages.<DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html#ProtocolUtils()"><B>ProtocolUtils()</B></A> -
+Constructor for class uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A>
<DD>&nbsp;
</DL>
<HR>
diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html
index a57941e..820f066 100644
--- a/doc/index-files/index-14.html
+++ b/doc/index-files/index-14.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>
Q-Index
</TITLE>
@@ -82,13 +82,13 @@ function windowTitle()
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database backend fails to execute
- a query.<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException()"><B>QueryFailureException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions"><B>QueryFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when the database backend fails to execute
+ a query.<DT><A HREF="../uk/org/ury/backend/database/exceptions/QueryFailureException.html#QueryFailureException()"><B>QueryFailureException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>
<DD>Construct a new QueryFailureException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html#QueryFailureException(java.lang.String)"><B>QueryFailureException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/QueryFailureException.html#QueryFailureException(java.lang.String)"><B>QueryFailureException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>
<DD>Construct a new QueryFailureException.
</DL>
<HR>
diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html
index 66f3b7a..6694a37 100644
--- a/doc/index-files/index-15.html
+++ b/doc/index-files/index-15.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>
R-Index
</TITLE>
@@ -88,41 +88,40 @@ Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/Front
<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#reportFatal(java.lang.String, uk.org.ury.frontend.FrontendApplet)"><B>reportFatal(String, FrontendApplet)</B></A> -
Static method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)"><B>responseIsOK(Map&lt;?, ?&gt;)</B></A> -
-Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A>
+<DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)"><B>responseIsOK(Map&lt;?, ?&gt;)</B></A> -
+Static method in class uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A>
<DD>Check if a response is flagged as having OK status.
<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
<DD>Restore an existing module and control panel into the frontend frame.
<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A>
-<DD>Restore an existing module and control panel into the frontend
- frame.
+<DD>Restore an existing module and control panel into the frontend frame.
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#restoreModule(uk.org.ury.frontend.FrontendModulePanel, uk.org.ury.frontend.FrontendControlPanel)"><B>restoreModule(FrontendModulePanel, FrontendControlPanel)</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>Restore an existing module and control panel into the frontend
master.
-<DT><A HREF="../uk/org/ury/server/HttpListenerThread.html#run()"><B>run()</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server">HttpListenerThread</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpListenerThread.html#run()"><B>run()</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.server">HttpListenerThread</A>
<DD>Thread execution body.
-<DT><A HREF="../uk/org/ury/server/HttpWorkerThread.html#run()"><B>run()</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server">HttpWorkerThread</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html#run()"><B>run()</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server">HttpWorkerThread</A>
<DD>Thread execution body.
-<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#run()"><B>run()</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html#run()"><B>run()</B></A> -
+Method in class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>
<DD>Run the demo menu, creating a user interface.
<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend">FrontendModule</A>
<DD>Begin execution of the frontend module.
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<DD>Runs the library viewer frontend.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
-<DD>Run the library viewer frontend.
-<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
+Method in class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>
<DD>Run the demo menu in frontend mode.
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#runFrontend(uk.org.ury.frontend.FrontendMaster)"><B>runFrontend(FrontendMaster)</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
+<DD>Run the library viewer frontend.
</DL>
<HR>
diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html
index 2f1a287..257bd5b 100644
--- a/doc/index-files/index-16.html
+++ b/doc/index-files/index-16.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>
S-Index
</TITLE>
@@ -82,25 +82,25 @@ function windowTitle()
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/library/LibraryUtils.html#search(uk.org.ury.database.DatabaseDriver, java.lang.String)"><B>search(DatabaseDriver, String)</B></A> -
-Static method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library">LibraryUtils</A>
+<DT><A HREF="../uk/org/ury/common/library/LibraryUtils.html#search(uk.org.ury.backend.database.DatabaseDriver, java.lang.String)"><B>search(DatabaseDriver, String)</B></A> -
+Static method in class uk.org.ury.common.library.<A HREF="../uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library">LibraryUtils</A>
<DD>Perform a library search.
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#search()"><B>search()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html#search()"><B>search()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewerPanel</A>
<DD>Action method for performing a search, bound by the UI XML manifest to
the search field and button.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#search()"><B>search()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html#search()"><B>search()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">ShowViewerPanel</A>
<DD>Initialise the library viewer for the purposes of adding tracks
and/or browsing the library.
-<DT><A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>The unified URY server, accepting requests over HTTP.<DT><A HREF="../uk/org/ury/server/Server.html#Server()"><B>Server()</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server"><B>Server</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>The unified URY server, accepting requests over HTTP.<DT><A HREF="../uk/org/ury/backend/server/Server.html#Server()"><B>Server()</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/Server.html#SERVER_VERSION"><B>SERVER_VERSION</B></A> -
-Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#SERVER_VERSION"><B>SERVER_VERSION</B></A> -
+Static variable in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>A request handler for server queries.<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#ServerRequestHandler()"><B>ServerRequestHandler()</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html" title="class in uk.org.ury.backend.server"><B>ServerRequestHandler</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>A request handler for server queries.<DT><A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html#ServerRequestHandler()"><B>ServerRequestHandler()</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html" title="class in uk.org.ury.backend.server">ServerRequestHandler</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/frontend/FrontendPanel.html#setMaster(uk.org.ury.frontend.FrontendMaster)"><B>setMaster(FrontendMaster)</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendPanel.html" title="class in uk.org.ury.frontend">FrontendPanel</A>
@@ -120,8 +120,8 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendSubB
<DT><A HREF="../uk/org/ury/frontend/FrontendBanner.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendBanner.html" title="class in uk.org.ury.frontend">FrontendBanner</A>
<DD>Change the title displayed on the banner.
-<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#setUp()"><B>setUp()</B></A> -
-Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A>
+<DT><A HREF="../uk/org/ury/frontend/client/test/ClientTest.html#setUp()"><B>setUp()</B></A> -
+Method in class uk.org.ury.frontend.client.test.<A HREF="../uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test">ClientTest</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#setupUI()"><B>setupUI()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
@@ -132,29 +132,29 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFram
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#setupUI()"><B>setupUI()</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>Set up the frontend master's user interface.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A channel of ShowItems in a show.<DT><A HREF="../uk/org/ury/show/ShowChannel.html#ShowChannel()"><B>ShowChannel()</B></A> -
-Constructor for 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" title="class in uk.org.ury.common.show"><B>ShowChannel</B></A> - Class in <A HREF="../uk/org/ury/common/show/package-summary.html">uk.org.ury.common.show</A><DD>A channel of ShowItems in a show.<DT><A HREF="../uk/org/ury/common/show/ShowChannel.html#ShowChannel()"><B>ShowChannel()</B></A> -
+Constructor for 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>Constructs a new, empty channel.
-<DT><A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>ShowItem</B></A> - Class in <A HREF="../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A><DD>An item in the show database.<DT><A HREF="../uk/org/ury/show/item/ShowItem.html#ShowItem(java.util.Map)"><B>ShowItem(Map&lt;ShowItemProperty, String&gt;)</B></A> -
-Constructor for class uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItem.html" title="class in uk.org.ury.common.show.item"><B>ShowItem</B></A> - Class in <A HREF="../uk/org/ury/common/show/item/package-summary.html">uk.org.ury.common.show.item</A><DD>An item in the show database.<DT><A HREF="../uk/org/ury/common/show/item/ShowItem.html#ShowItem(java.util.Map)"><B>ShowItem(Map&lt;ShowItemProperty, String&gt;)</B></A> -
+Constructor for class uk.org.ury.common.show.item.<A HREF="../uk/org/ury/common/show/item/ShowItem.html" title="class in uk.org.ury.common.show.item">ShowItem</A>
<DD>Construct a new ShowItem.
-<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item"><B>ShowItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A><DD>Enumeration of the parameters that are stored in a ShowItem.<DT><A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A> - Class in <A HREF="../uk/org/ury/show/package-summary.html">uk.org.ury.show</A><DD>A set of common utility routines to facilitate the extraction of show items
- from the show storage areas of the URY database.<DT><A HREF="../uk/org/ury/show/ShowUtils.html#ShowUtils()"><B>ShowUtils()</B></A> -
-Constructor for class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html" title="enum in uk.org.ury.common.show.item"><B>ShowItemProperty</B></A> - Enum in <A HREF="../uk/org/ury/common/show/item/package-summary.html">uk.org.ury.common.show.item</A><DD>Enumeration of the parameters that are stored in a ShowItem.<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show"><B>ShowUtils</B></A> - Class in <A HREF="../uk/org/ury/common/show/package-summary.html">uk.org.ury.common.show</A><DD>A set of common utility routines to facilitate the extraction of show items
+ from the show storage areas of the URY database.<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#ShowUtils()"><B>ShowUtils()</B></A> -
+Constructor for class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer"><B>ShowViewer</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend module for viewing show details.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#ShowViewer()"><B>ShowViewer()</B></A> -
-Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show"><B>ShowViewer</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/show/package-summary.html">uk.org.ury.frontend.modules.show</A><DD>Frontend module for viewing show details.<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#ShowViewer()"><B>ShowViewer()</B></A> -
+Constructor for class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<DD>Construct a new ShowViewer as a frontend object.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer"><B>ShowViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>Frontend panel providing access to an underlying show viewer.<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#ShowViewerPanel(uk.org.ury.show.viewer.ShowViewer, uk.org.ury.frontend.FrontendMaster)"><B>ShowViewerPanel(ShowViewer, FrontendMaster)</B></A> -
-Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show"><B>ShowViewerPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/show/package-summary.html">uk.org.ury.frontend.modules.show</A><DD>Frontend panel providing access to an underlying show viewer.<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html#ShowViewerPanel(uk.org.ury.frontend.modules.show.ShowViewer, uk.org.ury.frontend.FrontendMaster)"><B>ShowViewerPanel(ShowViewer, FrontendMaster)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">ShowViewerPanel</A>
<DD>Construct a new ShowViewerPanel.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#sql"><B>sql</B></A> -
-Variable in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html#sql"><B>sql</B></A> -
+Variable in enum uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#sql"><B>sql</B></A> -
-Variable in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html#sql"><B>sql</B></A> -
+Variable in enum uk.org.ury.common.show.item.<A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html" title="enum in uk.org.ury.common.show.item">ShowItemProperty</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol"><B>Status</B></A> - Enum in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Statuses that can follow the STATUS directory.</DL>
+<DT><A HREF="../uk/org/ury/common/protocol/Status.html" title="enum in uk.org.ury.common.protocol"><B>Status</B></A> - Enum in <A HREF="../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A><DD>Statuses that can follow the STATUS directory.</DL>
<HR>
diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html
index e288e13..6541ba6 100644
--- a/doc/index-files/index-17.html
+++ b/doc/index-files/index-17.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>
T-Index
</TITLE>
@@ -82,17 +82,17 @@ function windowTitle()
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#tearDown()"><B>tearDown()</B></A> -
-Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A>
+<DT><A HREF="../uk/org/ury/frontend/client/test/ClientTest.html#tearDown()"><B>tearDown()</B></A> -
+Method in class uk.org.ury.frontend.client.test.<A HREF="../uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test">ClientTest</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#testGet()"><B>testGet()</B></A> -
-Method in class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A>
-<DD>Test method for <A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><CODE>Client.get(java.lang.String)</CODE></A>.
-<DT><A HREF="../uk/org/ury/show/item/ShowItem.html#toString()"><B>toString()</B></A> -
-Method in class uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item">ShowItem</A>
+<DT><A HREF="../uk/org/ury/frontend/client/test/ClientTest.html#testGet()"><B>testGet()</B></A> -
+Method in class uk.org.ury.frontend.client.test.<A HREF="../uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test">ClientTest</A>
+<DD>Test method for <A HREF="../uk/org/ury/frontend/client/Client.html#get(java.lang.String)"><CODE>Client.get(java.lang.String)</CODE></A>.
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItem.html#toString()"><B>toString()</B></A> -
+Method in class uk.org.ury.common.show.item.<A HREF="../uk/org/ury/common/show/item/ShowItem.html" title="class in uk.org.ury.common.show.item">ShowItem</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer"><B>TrackBin</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying track bin contents.<DT><A HREF="../uk/org/ury/show/viewer/TrackBin.html#TrackBin(java.lang.String)"><B>TrackBin(String)</B></A> -
-Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/TrackBin.html" title="class in uk.org.ury.show.viewer">TrackBin</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/TrackBin.html" title="class in uk.org.ury.frontend.modules.show"><B>TrackBin</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/show/package-summary.html">uk.org.ury.frontend.modules.show</A><DD>A panel displaying track bin contents.<DT><A HREF="../uk/org/ury/frontend/modules/show/TrackBin.html#TrackBin(java.lang.String)"><B>TrackBin(String)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/TrackBin.html" title="class in uk.org.ury.frontend.modules.show">TrackBin</A>
<DD>Construct a new TrackBin.
</DL>
<HR>
diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html
index 4fe25ef..da1d16f 100644
--- a/doc/index-files/index-18.html
+++ b/doc/index-files/index-18.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>
U-Index
</TITLE>
@@ -89,11 +89,11 @@ Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/
<DT><A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html#UICreationFailureException(java.lang.String)"><B>UICreationFailureException(String)</B></A> -
Constructor for exception uk.org.ury.frontend.exceptions.<A HREF="../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A>
<DD>Construct a new UICreationFailureException.
-<DT><A HREF="../uk/org/ury/client/package-summary.html"><B>uk.org.ury.client</B></A> - package uk.org.ury.client<DD>&nbsp;<DT><A HREF="../uk/org/ury/client/test/package-summary.html"><B>uk.org.ury.client.test</B></A> - package uk.org.ury.client.test<DD>&nbsp;<DT><A HREF="../uk/org/ury/config/package-summary.html"><B>uk.org.ury.config</B></A> - package uk.org.ury.config<DD>&nbsp;<DT><A HREF="../uk/org/ury/database/package-summary.html"><B>uk.org.ury.database</B></A> - package uk.org.ury.database<DD>Database services for the URY Presenter Suite.<DT><A HREF="../uk/org/ury/database/exceptions/package-summary.html"><B>uk.org.ury.database.exceptions</B></A> - package uk.org.ury.database.exceptions<DD>Exceptions thrown by the database services classes.<DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/exceptions/package-summary.html"><B>uk.org.ury.frontend.exceptions</B></A> - package uk.org.ury.frontend.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/library/package-summary.html"><B>uk.org.ury.library</B></A> - package uk.org.ury.library<DD>&nbsp;<DT><A HREF="../uk/org/ury/library/exceptions/package-summary.html"><B>uk.org.ury.library.exceptions</B></A> - package uk.org.ury.library.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/library/item/package-summary.html"><B>uk.org.ury.library.item</B></A> - package uk.org.ury.library.item<DD>&nbsp;<DT><A HREF="../uk/org/ury/library/viewer/package-summary.html"><B>uk.org.ury.library.viewer</B></A> - package uk.org.ury.library.viewer<DD>&nbsp;<DT><A HREF="../uk/org/ury/protocol/package-summary.html"><B>uk.org.ury.protocol</B></A> - package uk.org.ury.protocol<DD>&nbsp;<DT><A HREF="../uk/org/ury/protocol/exceptions/package-summary.html"><B>uk.org.ury.protocol.exceptions</B></A> - package uk.org.ury.protocol.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/server/package-summary.html"><B>uk.org.ury.server</B></A> - package uk.org.ury.server<DD>The URY Server kernel.<DT><A HREF="../uk/org/ury/server/exceptions/package-summary.html"><B>uk.org.ury.server.exceptions</B></A> - package uk.org.ury.server.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/show/package-summary.html"><B>uk.org.ury.show</B></A> - package uk.org.ury.show<DD>&nbsp;<DT><A HREF="../uk/org/ury/show/item/package-summary.html"><B>uk.org.ury.show.item</B></A> - package uk.org.ury.show.item<DD>The show item class and related properties.<DT><A HREF="../uk/org/ury/show/viewer/package-summary.html"><B>uk.org.ury.show.viewer</B></A> - package uk.org.ury.show.viewer<DD>&nbsp;<DT><A HREF="../uk/org/ury/testrig/package-summary.html"><B>uk.org.ury.testrig</B></A> - package uk.org.ury.testrig<DD>&nbsp;<DT><A HREF="../uk/org/ury/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.server.exceptions"><B>UnknownFunctionException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when a handler receives a request for a path that does not
- correspond to one of its functions.<DT><A HREF="../uk/org/ury/server/exceptions/UnknownFunctionException.html#UnknownFunctionException(java.lang.String)"><B>UnknownFunctionException(String)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.server.exceptions">UnknownFunctionException</A>
+<DT><A HREF="../uk/org/ury/backend/config/package-summary.html"><B>uk.org.ury.backend.config</B></A> - package uk.org.ury.backend.config<DD>&nbsp;<DT><A HREF="../uk/org/ury/backend/database/package-summary.html"><B>uk.org.ury.backend.database</B></A> - package uk.org.ury.backend.database<DD>Database services for the URY Presenter Suite.<DT><A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html"><B>uk.org.ury.backend.database.exceptions</B></A> - package uk.org.ury.backend.database.exceptions<DD>Exceptions thrown by the database services classes.<DT><A HREF="../uk/org/ury/backend/handlers/package-summary.html"><B>uk.org.ury.backend.handlers</B></A> - package uk.org.ury.backend.handlers<DD>&nbsp;<DT><A HREF="../uk/org/ury/backend/server/package-summary.html"><B>uk.org.ury.backend.server</B></A> - package uk.org.ury.backend.server<DD>The URY Server kernel.<DT><A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html"><B>uk.org.ury.backend.server.exceptions</B></A> - package uk.org.ury.backend.server.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/library/package-summary.html"><B>uk.org.ury.common.library</B></A> - package uk.org.ury.common.library<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/library/exceptions/package-summary.html"><B>uk.org.ury.common.library.exceptions</B></A> - package uk.org.ury.common.library.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/library/item/package-summary.html"><B>uk.org.ury.common.library.item</B></A> - package uk.org.ury.common.library.item<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/protocol/package-summary.html"><B>uk.org.ury.common.protocol</B></A> - package uk.org.ury.common.protocol<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/protocol/exceptions/package-summary.html"><B>uk.org.ury.common.protocol.exceptions</B></A> - package uk.org.ury.common.protocol.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/show/package-summary.html"><B>uk.org.ury.common.show</B></A> - package uk.org.ury.common.show<DD>&nbsp;<DT><A HREF="../uk/org/ury/common/show/item/package-summary.html"><B>uk.org.ury.common.show.item</B></A> - package uk.org.ury.common.show.item<DD>The show item class and related properties.<DT><A HREF="../uk/org/ury/frontend/package-summary.html"><B>uk.org.ury.frontend</B></A> - package uk.org.ury.frontend<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/client/package-summary.html"><B>uk.org.ury.frontend.client</B></A> - package uk.org.ury.frontend.client<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/client/test/package-summary.html"><B>uk.org.ury.frontend.client.test</B></A> - package uk.org.ury.frontend.client.test<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/cpanels/menu/package-summary.html"><B>uk.org.ury.frontend.cpanels.menu</B></A> - package uk.org.ury.frontend.cpanels.menu<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/cpanels/show/package-summary.html"><B>uk.org.ury.frontend.cpanels.show</B></A> - package uk.org.ury.frontend.cpanels.show<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/exceptions/package-summary.html"><B>uk.org.ury.frontend.exceptions</B></A> - package uk.org.ury.frontend.exceptions<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/modules/library/package-summary.html"><B>uk.org.ury.frontend.modules.library</B></A> - package uk.org.ury.frontend.modules.library<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/modules/menu/package-summary.html"><B>uk.org.ury.frontend.modules.menu</B></A> - package uk.org.ury.frontend.modules.menu<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/modules/show/package-summary.html"><B>uk.org.ury.frontend.modules.show</B></A> - package uk.org.ury.frontend.modules.show<DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/testrig/package-summary.html"><B>uk.org.ury.frontend.testrig</B></A> - package uk.org.ury.frontend.testrig<DD>&nbsp;<DT><A HREF="../uk/org/ury/backend/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.backend.server.exceptions"><B>UnknownFunctionException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when a handler receives a request for a path that does not
+ correspond to one of its functions.<DT><A HREF="../uk/org/ury/backend/server/exceptions/UnknownFunctionException.html#UnknownFunctionException(java.lang.String)"><B>UnknownFunctionException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.backend.server.exceptions">UnknownFunctionException</A>
<DD>Construct a new UnknownFunctionException.
-<DT><A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database"><B>UserClass</B></A> - Enum in <A HREF="../uk/org/ury/database/package-summary.html">uk.org.ury.database</A><DD>The various user classes of the database driver.</DL>
+<DT><A HREF="../uk/org/ury/backend/database/UserClass.html" title="enum in uk.org.ury.backend.database"><B>UserClass</B></A> - Enum in <A HREF="../uk/org/ury/backend/database/package-summary.html">uk.org.ury.backend.database</A><DD>The various user classes of the database driver.</DL>
<HR>
diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html
index 9a8c337..8034b56 100644
--- a/doc/index-files/index-19.html
+++ b/doc/index-files/index-19.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>
V-Index
</TITLE>
@@ -82,39 +82,39 @@ function windowTitle()
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/database/UserClass.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
-Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A>
+<DT><A HREF="../uk/org/ury/backend/database/UserClass.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
+Static method in enum uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/UserClass.html" title="enum in uk.org.ury.backend.database">UserClass</A>
<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
-Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
+Static method in enum uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../uk/org/ury/protocol/Directive.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
-Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>
+<DT><A HREF="../uk/org/ury/common/protocol/Directive.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
+Static method in enum uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/Directive.html" title="enum in uk.org.ury.common.protocol">Directive</A>
<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../uk/org/ury/protocol/Status.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
-Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>
+<DT><A HREF="../uk/org/ury/common/protocol/Status.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
+Static method in enum uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/Status.html" title="enum in uk.org.ury.common.protocol">Status</A>
<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
-Static method in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
+Static method in enum uk.org.ury.common.show.item.<A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html" title="enum in uk.org.ury.common.show.item">ShowItemProperty</A>
<DD>Returns the enum constant of this type with the specified name.
-<DT><A HREF="../uk/org/ury/database/UserClass.html#values()"><B>values()</B></A> -
-Static method in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A>
+<DT><A HREF="../uk/org/ury/backend/database/UserClass.html#values()"><B>values()</B></A> -
+Static method in enum uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/UserClass.html" title="enum in uk.org.ury.backend.database">UserClass</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#values()"><B>values()</B></A> -
-Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html#values()"><B>values()</B></A> -
+Static method in enum uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
-<DT><A HREF="../uk/org/ury/protocol/Directive.html#values()"><B>values()</B></A> -
-Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol">Directive</A>
+<DT><A HREF="../uk/org/ury/common/protocol/Directive.html#values()"><B>values()</B></A> -
+Static method in enum uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/Directive.html" title="enum in uk.org.ury.common.protocol">Directive</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
-<DT><A HREF="../uk/org/ury/protocol/Status.html#values()"><B>values()</B></A> -
-Static method in enum uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/Status.html" title="enum in uk.org.ury.protocol">Status</A>
+<DT><A HREF="../uk/org/ury/common/protocol/Status.html#values()"><B>values()</B></A> -
+Static method in enum uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/Status.html" title="enum in uk.org.ury.common.protocol">Status</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
-<DT><A HREF="../uk/org/ury/show/item/ShowItemProperty.html#values()"><B>values()</B></A> -
-Static method in enum uk.org.ury.show.item.<A HREF="../uk/org/ury/show/item/ShowItemProperty.html" title="enum in uk.org.ury.show.item">ShowItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html#values()"><B>values()</B></A> -
+Static method in enum uk.org.ury.common.show.item.<A HREF="../uk/org/ury/common/show/item/ShowItemProperty.html" title="enum in uk.org.ury.common.show.item">ShowItemProperty</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
</DL>
diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html
index dd331cb..c5d6a9d 100644
--- a/doc/index-files/index-2.html
+++ b/doc/index-files/index-2.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>
B-Index
</TITLE>
@@ -82,18 +82,18 @@ function windowTitle()
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html#back()"><B>back()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/LibraryControlPanel.html" title="class in uk.org.ury.show.viewer">LibraryControlPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html#back()"><B>back()</B></A> -
+Method in class uk.org.ury.frontend.cpanels.menu.<A HREF="../uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html" title="class in uk.org.ury.frontend.cpanels.menu">DemoControlPanel</A>
<DD>Go back to the previous module.
-<DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html#back()"><B>back()</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html#back()"><B>back()</B></A> -
+Method in class uk.org.ury.frontend.cpanels.show.<A HREF="../uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html" title="class in uk.org.ury.frontend.cpanels.show">LibraryControlPanel</A>
<DD>Go back to the previous module.
-<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server meets a malformed request, or
- part of one.<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException()"><B>BadRequestException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/BadRequestException.html" title="class in uk.org.ury.backend.server.exceptions"><B>BadRequestException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when the server meets a malformed request, or
+ part of one.<DT><A HREF="../uk/org/ury/backend/server/exceptions/BadRequestException.html#BadRequestException()"><B>BadRequestException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/BadRequestException.html" title="class in uk.org.ury.backend.server.exceptions">BadRequestException</A>
<DD>Construct a new BadRequestException with a default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/BadRequestException.html#BadRequestException(java.lang.Throwable)"><B>BadRequestException(Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions">BadRequestException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/BadRequestException.html#BadRequestException(java.lang.Throwable)"><B>BadRequestException(Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/BadRequestException.html" title="class in uk.org.ury.backend.server.exceptions">BadRequestException</A>
<DD>Construct a new HandlerNotFoundException with a chained
exception.
</DL>
diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html
index 73b5ed5..bb4d97e 100644
--- a/doc/index-files/index-3.html
+++ b/doc/index-files/index-3.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>
C-Index
</TITLE>
@@ -82,29 +82,29 @@ function windowTitle()
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer"><B>ChannelPanel</B></A> - Class in <A HREF="../uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A><DD>A panel displaying channel information.<DT><A HREF="../uk/org/ury/show/viewer/ChannelPanel.html#ChannelPanel(int, uk.org.ury.show.ShowChannel)"><B>ChannelPanel(int, ShowChannel)</B></A> -
-Constructor for class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ChannelPanel.html" title="class in uk.org.ury.show.viewer">ChannelPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ChannelPanel.html" title="class in uk.org.ury.frontend.modules.show"><B>ChannelPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/show/package-summary.html">uk.org.ury.frontend.modules.show</A><DD>A panel displaying channel information.<DT><A HREF="../uk/org/ury/frontend/modules/show/ChannelPanel.html#ChannelPanel(int, uk.org.ury.common.show.ShowChannel)"><B>ChannelPanel(int, ShowChannel)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ChannelPanel.html" title="class in uk.org.ury.frontend.modules.show">ChannelPanel</A>
<DD>Construct a new ChannelPanel.
-<DT><A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client"><B>Client</B></A> - Class in <A HREF="../uk/org/ury/client/package-summary.html">uk.org.ury.client</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/client/Client.html#Client()"><B>Client()</B></A> -
-Constructor for class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A>
+<DT><A HREF="../uk/org/ury/frontend/client/Client.html" title="class in uk.org.ury.frontend.client"><B>Client</B></A> - Class in <A HREF="../uk/org/ury/frontend/client/package-summary.html">uk.org.ury.frontend.client</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/client/Client.html#Client()"><B>Client()</B></A> -
+Constructor for class uk.org.ury.frontend.client.<A HREF="../uk/org/ury/frontend/client/Client.html" title="class in uk.org.ury.frontend.client">Client</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test"><B>ClientTest</B></A> - Class in <A HREF="../uk/org/ury/client/test/package-summary.html">uk.org.ury.client.test</A><DD>JUnit test for the low-level client logic.<DT><A HREF="../uk/org/ury/client/test/ClientTest.html#ClientTest()"><B>ClientTest()</B></A> -
-Constructor for class uk.org.ury.client.test.<A HREF="../uk/org/ury/client/test/ClientTest.html" title="class in uk.org.ury.client.test">ClientTest</A>
+<DT><A HREF="../uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test"><B>ClientTest</B></A> - Class in <A HREF="../uk/org/ury/frontend/client/test/package-summary.html">uk.org.ury.frontend.client.test</A><DD>JUnit test for the low-level client logic.<DT><A HREF="../uk/org/ury/frontend/client/test/ClientTest.html#ClientTest()"><B>ClientTest()</B></A> -
+Constructor for class uk.org.ury.frontend.client.test.<A HREF="../uk/org/ury/frontend/client/test/ClientTest.html" title="class in uk.org.ury.frontend.client.test">ClientTest</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/database/UserClass.html#configName"><B>configName</B></A> -
-Variable in enum uk.org.ury.database.<A HREF="../uk/org/ury/database/UserClass.html" title="enum in uk.org.ury.database">UserClass</A>
+<DT><A HREF="../uk/org/ury/backend/database/UserClass.html#configName"><B>configName</B></A> -
+Variable in enum uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/UserClass.html" title="enum in uk.org.ury.backend.database">UserClass</A>
<DD>The name of the tag in the configuration file that contains the
credentials for this user class.
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config"><B>ConfigReader</B></A> - Class in <A HREF="../uk/org/ury/config/package-summary.html">uk.org.ury.config</A><DD>Reads in an XML config file and creates config objects<DT><A HREF="../uk/org/ury/config/ConfigReader.html#ConfigReader(java.lang.String)"><B>ConfigReader(String)</B></A> -
-Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config"><B>ConfigReader</B></A> - Class in <A HREF="../uk/org/ury/backend/config/package-summary.html">uk.org.ury.backend.config</A><DD>Reads in an XML config file and creates config objects<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#ConfigReader(java.lang.String)"><B>ConfigReader(String)</B></A> -
+Constructor for class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Read in the config file and create the Database and Auth configuration objects.
-<DT><A HREF="../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions"><B>ConnectionFailureException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database backend fails to connect to
- the database server, in absence of a more specific exception.<DT><A HREF="../uk/org/ury/database/exceptions/ConnectionFailureException.html#ConnectionFailureException()"><B>ConnectionFailureException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.backend.database.exceptions"><B>ConnectionFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when the database backend fails to connect to
+ the database server, in absence of a more specific exception.<DT><A HREF="../uk/org/ury/backend/database/exceptions/ConnectionFailureException.html#ConnectionFailureException()"><B>ConnectionFailureException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.backend.database.exceptions">ConnectionFailureException</A>
<DD>Construct a new ConnectionFailureException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/ConnectionFailureException.html#ConnectionFailureException(java.lang.String)"><B>ConnectionFailureException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions">ConnectionFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/ConnectionFailureException.html#ConnectionFailureException(java.lang.String)"><B>ConnectionFailureException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.backend.database.exceptions">ConnectionFailureException</A>
<DD>Construct a new ConnectionFailureException.
</DL>
<HR>
diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html
index bee8054..6fae14d 100644
--- a/doc/index-files/index-4.html
+++ b/doc/index-files/index-4.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>
D-Index
</TITLE>
@@ -82,40 +82,40 @@ function windowTitle()
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config"><B>Database</B></A> - Class in <A HREF="../uk/org/ury/config/package-summary.html">uk.org.ury.config</A><DD>A Database Server configuration<DT><A HREF="../uk/org/ury/config/Database.html#Database(java.lang.String, int, java.lang.String)"><B>Database(String, int, String)</B></A> -
-Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config"><B>Database</B></A> - Class in <A HREF="../uk/org/ury/backend/config/package-summary.html">uk.org.ury.backend.config</A><DD>A Database Server configuration<DT><A HREF="../uk/org/ury/backend/config/Database.html#Database(java.lang.String, int, java.lang.String)"><B>Database(String, int, String)</B></A> -
+Constructor for class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Create a database object
-<DT><A HREF="../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database"><B>DatabaseDriver</B></A> - Class in <A HREF="../uk/org/ury/database/package-summary.html">uk.org.ury.database</A><DD>A database connection manager that connects to the URY databases using
- suitably privileged accounts, and handles the processing of SQL queries.<DT><A HREF="../uk/org/ury/database/DatabaseDriver.html#DatabaseDriver(uk.org.ury.config.ConfigReader, uk.org.ury.database.UserClass)"><B>DatabaseDriver(ConfigReader, UserClass)</B></A> -
-Constructor for class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database"><B>DatabaseDriver</B></A> - Class in <A HREF="../uk/org/ury/backend/database/package-summary.html">uk.org.ury.backend.database</A><DD>A database connection manager that connects to the URY databases using
+ suitably privileged accounts, and handles the processing of SQL queries.<DT><A HREF="../uk/org/ury/backend/database/DatabaseDriver.html#DatabaseDriver(uk.org.ury.backend.config.ConfigReader, uk.org.ury.backend.database.UserClass)"><B>DatabaseDriver(ConfigReader, UserClass)</B></A> -
+Constructor for class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database">DatabaseDriver</A>
<DD>Construct a new DatabaseDriver with the given user class.
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A>&lt;<A HREF="../uk/org/ury/database/DatabaseItem.html" title="type parameter in DatabaseItem">E</A>,<A HREF="../uk/org/ury/database/DatabaseItem.html" title="type parameter in DatabaseItem">T</A>&gt; - Class in <A HREF="../uk/org/ury/database/package-summary.html">uk.org.ury.database</A><DD>An abstract class presenting a template for objects serving as a data
- structure for collections of properties retrieved from a SQL database.<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#DatabaseItem(java.util.Map)"><B>DatabaseItem(Map&lt;E, T&gt;)</B></A> -
-Constructor for 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" title="class in uk.org.ury.backend.database"><B>DatabaseItem</B></A>&lt;<A HREF="../uk/org/ury/backend/database/DatabaseItem.html" title="type parameter in DatabaseItem">E</A>,<A HREF="../uk/org/ury/backend/database/DatabaseItem.html" title="type parameter in DatabaseItem">T</A>&gt; - Class in <A HREF="../uk/org/ury/backend/database/package-summary.html">uk.org.ury.backend.database</A><DD>An abstract class presenting a template for objects serving as a data
+ structure for collections of properties retrieved from a SQL database.<DT><A HREF="../uk/org/ury/backend/database/DatabaseItem.html#DatabaseItem(java.util.Map)"><B>DatabaseItem(Map&lt;E, T&gt;)</B></A> -
+Constructor for 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>Construct a new item from an existing list of properties.
-<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#decode(java.lang.String)"><B>decode(String)</B></A> -
-Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A>
+<DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html#decode(java.lang.String)"><B>decode(String)</B></A> -
+Static method in class uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A>
<DD>Decode a protocol string into a key-value map.
-<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Exception thrown when the protocol decoder fails.<DT><A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)"><B>DecodeFailureException(String)</B></A> -
-Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions">DecodeFailureException</A>
+<DT><A HREF="../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>DecodeFailureException</B></A> - Exception in <A HREF="../uk/org/ury/common/protocol/exceptions/package-summary.html">uk.org.ury.common.protocol.exceptions</A><DD>Exception thrown when the protocol decoder fails.<DT><A HREF="../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)"><B>DecodeFailureException(String)</B></A> -
+Constructor for exception uk.org.ury.common.protocol.exceptions.<A HREF="../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A>
<DD>Construct a new DecodeFailureException with a reason.
-<DT><A HREF="../uk/org/ury/testrig/Launcher.html#DEFAULT_MODULE_NAME"><B>DEFAULT_MODULE_NAME</B></A> -
-Static variable in interface uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig">Launcher</A>
+<DT><A HREF="../uk/org/ury/frontend/testrig/Launcher.html#DEFAULT_MODULE_NAME"><B>DEFAULT_MODULE_NAME</B></A> -
+Static variable in interface uk.org.ury.frontend.testrig.<A HREF="../uk/org/ury/frontend/testrig/Launcher.html" title="interface in uk.org.ury.frontend.testrig">Launcher</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig"><B>DemoControlPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/testrig/DemoControlPanel.html#DemoControlPanel()"><B>DemoControlPanel()</B></A> -
-Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoControlPanel.html" title="class in uk.org.ury.testrig">DemoControlPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html" title="class in uk.org.ury.frontend.cpanels.menu"><B>DemoControlPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/cpanels/menu/package-summary.html">uk.org.ury.frontend.cpanels.menu</A><DD>Control panel for the demo system.<DT><A HREF="../uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html#DemoControlPanel()"><B>DemoControlPanel()</B></A> -
+Constructor for class uk.org.ury.frontend.cpanels.menu.<A HREF="../uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html" title="class in uk.org.ury.frontend.cpanels.menu">DemoControlPanel</A>
<DD>Constructs a new DemoControlPanel.
-<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig"><B>DemoMenu</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>Application frontend, for testing early-stage frontend code.<DT><A HREF="../uk/org/ury/testrig/DemoMenu.html#DemoMenu()"><B>DemoMenu()</B></A> -
-Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenu.html" title="class in uk.org.ury.testrig">DemoMenu</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu"><B>DemoMenu</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/menu/package-summary.html">uk.org.ury.frontend.modules.menu</A><DD>Application frontend, for testing early-stage frontend code.<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html#DemoMenu()"><B>DemoMenu()</B></A> -
+Constructor for class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenu.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenu</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig"><B>DemoMenuPanel</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#DemoMenuPanel(uk.org.ury.frontend.FrontendMaster)"><B>DemoMenuPanel(FrontendMaster)</B></A> -
-Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu"><B>DemoMenuPanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/modules/menu/package-summary.html">uk.org.ury.frontend.modules.menu</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html#DemoMenuPanel(uk.org.ury.frontend.FrontendMaster)"><B>DemoMenuPanel(FrontendMaster)</B></A> -
+Constructor for class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenuPanel</A>
<DD>Construct a new DemoMenuPanel.
-<DT><A HREF="../uk/org/ury/protocol/Directive.html" title="enum in uk.org.ury.protocol"><B>Directive</B></A> - Enum in <A HREF="../uk/org/ury/protocol/package-summary.html">uk.org.ury.protocol</A><DD>Directives supported by the protocol.<DT><A HREF="../uk/org/ury/server/Server.html#DOCTYPE"><B>DOCTYPE</B></A> -
-Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/common/protocol/Directive.html" title="enum in uk.org.ury.common.protocol"><B>Directive</B></A> - Enum in <A HREF="../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A><DD>Directives supported by the protocol.<DT><A HREF="../uk/org/ury/backend/server/Server.html#DOCTYPE"><B>DOCTYPE</B></A> -
+Static variable in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#doSearch(java.lang.String)"><B>doSearch(String)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html#doSearch(java.lang.String)"><B>doSearch(String)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<DD>Does a library search.
</DL>
<HR>
diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html
index fb8364f..0065688 100644
--- a/doc/index-files/index-5.html
+++ b/doc/index-files/index-5.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>
E-Index
</TITLE>
@@ -82,22 +82,22 @@ function windowTitle()
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions"><B>EmptySearchException</B></A> - Exception in <A HREF="../uk/org/ury/library/exceptions/package-summary.html">uk.org.ury.library.exceptions</A><DD>Exception thrown when a library search is initiated
- in which the query string is null.<DT><A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html#EmptySearchException()"><B>EmptySearchException()</B></A> -
-Constructor for exception uk.org.ury.library.exceptions.<A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A>
+<DT><A HREF="../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions"><B>EmptySearchException</B></A> - Exception in <A HREF="../uk/org/ury/common/library/exceptions/package-summary.html">uk.org.ury.common.library.exceptions</A><DD>Exception thrown when a library search is initiated
+ in which the query string is null.<DT><A HREF="../uk/org/ury/common/library/exceptions/EmptySearchException.html#EmptySearchException()"><B>EmptySearchException()</B></A> -
+Constructor for exception uk.org.ury.common.library.exceptions.<A HREF="../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A>
<DD>Construct a new EmptySearchException with a
default reason.
-<DT><A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html#EmptySearchException(java.lang.String)"><B>EmptySearchException(String)</B></A> -
-Constructor for exception uk.org.ury.library.exceptions.<A HREF="../uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions">EmptySearchException</A>
+<DT><A HREF="../uk/org/ury/common/library/exceptions/EmptySearchException.html#EmptySearchException(java.lang.String)"><B>EmptySearchException(String)</B></A> -
+Constructor for exception uk.org.ury.common.library.exceptions.<A HREF="../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A>
<DD>Construct a new EmptySearchException.
-<DT><A HREF="../uk/org/ury/protocol/ProtocolUtils.html#encode(java.util.Map)"><B>encode(Map&lt;String, Object&gt;)</B></A> -
-Static method in class uk.org.ury.protocol.<A HREF="../uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol">ProtocolUtils</A>
+<DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html#encode(java.util.Map)"><B>encode(Map&lt;String, Object&gt;)</B></A> -
+Static method in class uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A>
<DD>Encode a key-value map into a protocol string.
-<DT><A HREF="../uk/org/ury/database/DatabaseDriver.html#executeQuery(java.lang.String, int)"><B>executeQuery(String, int)</B></A> -
-Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseDriver.html#executeQuery(java.lang.String, int)"><B>executeQuery(String, int)</B></A> -
+Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database">DatabaseDriver</A>
<DD>Execute an unprepared SQL statement with no arguments.
-<DT><A HREF="../uk/org/ury/database/DatabaseDriver.html#executeQuery(java.lang.String, java.lang.Object[], int)"><B>executeQuery(String, Object[], int)</B></A> -
-Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database">DatabaseDriver</A>
+<DT><A HREF="../uk/org/ury/backend/database/DatabaseDriver.html#executeQuery(java.lang.String, java.lang.Object[], int)"><B>executeQuery(String, Object[], int)</B></A> -
+Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database">DatabaseDriver</A>
<DD>Perform a SQL statement with arguments.
</DL>
<HR>
diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html
index 706c871..ada9f0b 100644
--- a/doc/index-files/index-6.html
+++ b/doc/index-files/index-6.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>
F-Index
</TITLE>
@@ -106,13 +106,13 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/Fronte
<DT><A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend"><B>FrontendError</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Factory for descriptive error dialogues.<DT><A HREF="../uk/org/ury/frontend/FrontendError.html#FrontendError()"><B>FrontendError()</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend">FrontendError</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend"><B>FrontendFrame</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frame that hosts a FrontendModulePanel, used for serving frontend
- panels in a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(java.lang.String)"><B>FrontendFrame(String)</B></A> -
+<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend"><B>FrontendFrame</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frame that hosts a FrontendModulePanel, used for serving frontend panels in
+ a window (application mode).<DT><A HREF="../uk/org/ury/frontend/FrontendFrame.html#FrontendFrame(java.lang.String)"><B>FrontendFrame(String)</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFrame.html" title="class in uk.org.ury.frontend">FrontendFrame</A>
<DD>Construct a new FrontendFrame given an initial frontend module.
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A> - Interface in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Interface for classes providing the parent unit of a frontend
- session.<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A> - Interface in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Interface for all system modules that are to be reachable from
- the frontend array.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend"><B>FrontendModulePanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frontend user interface panel.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#FrontendModulePanel(uk.org.ury.frontend.FrontendModule, uk.org.ury.frontend.FrontendMaster)"><B>FrontendModulePanel(FrontendModule, FrontendMaster)</B></A> -
+ session.<DT><A HREF="../uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A> - Interface in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>Interface for all system modules that are to be reachable from the frontend
+ array.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend"><B>FrontendModulePanel</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A frontend user interface panel.<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#FrontendModulePanel(uk.org.ury.frontend.FrontendModule, uk.org.ury.frontend.FrontendMaster)"><B>FrontendModulePanel(FrontendModule, FrontendMaster)</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
<DD>Construct a new, blank FrontendModulePanel.
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#FrontendModulePanel(uk.org.ury.frontend.FrontendModule, java.lang.String, uk.org.ury.frontend.FrontendMaster)"><B>FrontendModulePanel(FrontendModule, String, FrontendMaster)</B></A> -
diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html
index 46b54f2..211e9d8 100644
--- a/doc/index-files/index-7.html
+++ b/doc/index-files/index-7.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>
G-Index
</TITLE>
@@ -82,54 +82,54 @@ function windowTitle()
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> -
-Method in class uk.org.ury.client.<A HREF="../uk/org/ury/client/Client.html" title="class in uk.org.ury.client">Client</A>
-<DD>Get a raw response from the server.
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#get(E)"><B>get(E)</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#get(E)"><B>get(E)</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>Query this item for a property.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#get(int)"><B>get(int)</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#get(int)"><B>get(int)</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>Retrieves an item from the channel.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getBins()"><B>getBins()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/client/Client.html#get(java.lang.String)"><B>get(String)</B></A> -
+Method in class uk.org.ury.frontend.client.<A HREF="../uk/org/ury/frontend/client/Client.html" title="class in uk.org.ury.frontend.client">Client</A>
+<DD>Get a raw response from the server.
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#getBins()"><B>getBins()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/ShowUtils.html#getChannelList(uk.org.ury.database.DatabaseDriver, int, int)"><B>getChannelList(DatabaseDriver, int, int)</B></A> -
-Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#getChannelList(uk.org.ury.backend.database.DatabaseDriver, int, int)"><B>getChannelList(DatabaseDriver, int, int)</B></A> -
+Static method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>Given a show and a channel, retrieve a list of all show items bound to
that channel for the show.
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewer.html#getChannels()"><B>getChannels()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewer.html" title="class in uk.org.ury.show.viewer">ShowViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html#getChannels()"><B>getChannels()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewer.html" title="class in uk.org.ury.frontend.modules.show">ShowViewer</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnClass(int)"><B>getColumnClass(int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnCount()"><B>getColumnCount()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getColumnName(int)"><B>getColumnName(int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getDatabase()"><B>getDatabase()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the database configuration
-<DT><A HREF="../uk/org/ury/server/Server.html#getDatabaseConnection(uk.org.ury.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#getDatabaseConnection(uk.org.ury.backend.database.UserClass)"><B>getDatabaseConnection(UserClass)</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>Gets a database connection using the given user class.
-<DT><A HREF="../uk/org/ury/config/Database.html#getDb()"><B>getDb()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getDb()"><B>getDb()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the name of the database
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#getElementAt(int)"><B>getElementAt(int)</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#getElementAt(int)"><B>getElementAt(int)</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>List model retrieval wrapper for get.
-<DT><A HREF="../uk/org/ury/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> -
-Static method in enum uk.org.ury.library.item.<A HREF="../uk/org/ury/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.library.item">LibraryItemProperty</A>
+<DT><A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html#getFromSQL(java.lang.String)"><B>getFromSQL(String)</B></A> -
+Static method in enum uk.org.ury.common.library.item.<A HREF="../uk/org/ury/common/library/item/LibraryItemProperty.html" title="enum in uk.org.ury.common.library.item">LibraryItemProperty</A>
<DD>Retrieve a LibraryItemProperty given its SQL identifier.
-<DT><A HREF="../uk/org/ury/config/Database.html#getHost()"><B>getHost()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getHost()"><B>getHost()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the hostname of the database server
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewer.html#getLibraryList()"><B>getLibraryList()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewer.html" title="class in uk.org.ury.library.viewer">LibraryViewer</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html#getLibraryList()"><B>getLibraryList()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewer.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewer</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModule()"><B>getModule()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
@@ -137,23 +137,23 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModu
<DT><A HREF="../uk/org/ury/frontend/FrontendModulePanel.html#getModuleName()"><B>getModuleName()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendModulePanel.html" title="class in uk.org.ury.frontend">FrontendModulePanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryViewerPanel.html" title="class in uk.org.ury.library.viewer">LibraryViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryViewerPanel.html" title="class in uk.org.ury.frontend.modules.library">LibraryViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.show.viewer.<A HREF="../uk/org/ury/show/viewer/ShowViewerPanel.html" title="class in uk.org.ury.show.viewer">ShowViewerPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.menu.<A HREF="../uk/org/ury/frontend/modules/menu/DemoMenuPanel.html" title="class in uk.org.ury.frontend.modules.menu">DemoMenuPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/testrig/DemoMenuPanel.html#getModuleName()"><B>getModuleName()</B></A> -
-Method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/DemoMenuPanel.html" title="class in uk.org.ury.testrig">DemoMenuPanel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html#getModuleName()"><B>getModuleName()</B></A> -
+Method in class uk.org.ury.frontend.modules.show.<A HREF="../uk/org/ury/frontend/modules/show/ShowViewerPanel.html" title="class in uk.org.ury.frontend.modules.show">ShowViewerPanel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/Auth.html#getPass()"><B>getPass()</B></A> -
-Method in 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#getPass()"><B>getPass()</B></A> -
+Method in 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>Get the password of the login
-<DT><A HREF="../uk/org/ury/config/Database.html#getPort()"><B>getPort()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/Database.html" title="class in uk.org.ury.config">Database</A>
+<DT><A HREF="../uk/org/ury/backend/config/Database.html#getPort()"><B>getPort()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/Database.html" title="class in uk.org.ury.backend.config">Database</A>
<DD>Get the port the database server is running on
-<DT><A HREF="../uk/org/ury/show/ShowUtils.html#getPublicFolders(uk.org.ury.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> -
-Static method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show">ShowUtils</A>
+<DT><A HREF="../uk/org/ury/common/show/ShowUtils.html#getPublicFolders(uk.org.ury.backend.database.DatabaseDriver)"><B>getPublicFolders(DatabaseDriver)</B></A> -
+Static method in class uk.org.ury.common.show.<A HREF="../uk/org/ury/common/show/ShowUtils.html" title="class in uk.org.ury.common.show">ShowUtils</A>
<DD>Return the names of the public track folders, or "bins".
<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
@@ -164,26 +164,26 @@ Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendFram
<DT><A HREF="../uk/org/ury/frontend/FrontendMaster.html#getResourceDirectory()"><B>getResourceDirectory()</B></A> -
Method in interface uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend">FrontendMaster</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getRoAuth()"><B>getRoAuth()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the read only login auth configuration
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getRowCount()"><B>getRowCount()</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> -
-Method in class uk.org.ury.config.<A HREF="../uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config">ConfigReader</A>
+<DT><A HREF="../uk/org/ury/backend/config/ConfigReader.html#getRwAuth()"><B>getRwAuth()</B></A> -
+Method in class uk.org.ury.backend.config.<A HREF="../uk/org/ury/backend/config/ConfigReader.html" title="class in uk.org.ury.backend.config">ConfigReader</A>
<DD>Get the read write login auth configuration
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#getSize()"><B>getSize()</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#getSize()"><B>getSize()</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>&nbsp;
-<DT><A HREF="../uk/org/ury/config/Auth.html#getUser()"><B>getUser()</B></A> -
-Method in 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#getUser()"><B>getUser()</B></A> -
+Method in 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>Get the username of the login
-<DT><A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
-Method in class uk.org.ury.library.viewer.<A HREF="../uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer">LibraryTableModel</A>
+<DT><A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html#getValueAt(int, int)"><B>getValueAt(int, int)</B></A> -
+Method in class uk.org.ury.frontend.modules.library.<A HREF="../uk/org/ury/frontend/modules/library/LibraryTableModel.html" title="class in uk.org.ury.frontend.modules.library">LibraryTableModel</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/Server.html#getVersion()"><B>getVersion()</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#getVersion()"><B>getVersion()</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
</DL>
<HR>
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html
index 2af44bd..5a08bae 100644
--- a/doc/index-files/index-8.html
+++ b/doc/index-files/index-8.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>
H-Index
</TITLE>
@@ -82,58 +82,58 @@ function windowTitle()
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/server/AbstractRequestHandler.html#handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handle(HttpRequest, HttpResponse, HttpContext)</B></A> -
-Method in 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#handle(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handle(HttpRequest, HttpResponse, HttpContext)</B></A> -
+Method in 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>Begins handling of a HTTP request.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to
- handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to
+ handle a request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
<DD>Construct a new HandleFailureException with a
default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandleFailureException</A>
<DD>Construct a new HandleFailureException.
-<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#handleGet(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handleGet(HttpRequest, HttpResponse, HttpContext)</B></A> -
-Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html#handleGet(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handleGet(HttpRequest, HttpResponse, HttpContext)</B></A> -
+Method in class uk.org.ury.backend.handlers.<A HREF="../uk/org/ury/backend/handlers/LibraryRequestHandler.html" title="class in uk.org.ury.backend.handlers">LibraryRequestHandler</A>
<DD>Handle a HTTP GET request.
-<DT><A HREF="../uk/org/ury/server/HttpHandler.html#handleGet(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handleGet(HttpRequest, HttpResponse, HttpContext)</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server">HttpHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpHandler.html#handleGet(org.apache.http.HttpRequest, org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext)"><B>handleGet(HttpRequest, HttpResponse, HttpContext)</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.server">HttpHandler</A>
<DD>Handle a HTTP GET request.
-<DT><A HREF="../uk/org/ury/server/ApiRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
-Method in interface uk.org.ury.server.<A HREF="../uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server">ApiRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/ApiRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.backend.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+Method in interface uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/ApiRequestHandler.html" title="interface in uk.org.ury.backend.server">ApiRequestHandler</A>
<DD>Handle a server GET request (that is, a request for data
output).
-<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
-Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.backend.server.Server)"><B>handleGetRequest(Map&lt;String, String&gt;, Server)</B></A> -
+Method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/ServerRequestHandler.html" title="class in uk.org.ury.backend.server">ServerRequestHandler</A>
<DD>Handle a server GET request (that is, a request for data
output).
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested
- by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when the server request handler requested
+ by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerNotFoundException</A>
<DD>Construct a new HandlerNotFoundException with a
default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerNotFoundException</A>
<DD>Construct a new HandlerNotFoundException with a class name and
chained exception.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested
- by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Exception thrown when the server request handler requested
+ by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerSetupFailureException</A>
<DD>Construct a new HandlerNotFoundException with a
default reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.backend.server.exceptions">HandlerSetupFailureException</A>
<DD>Construct a new HandlerSetupFailureException with a class name
and chained exception.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when the server cannot handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions"><B>HandlingException</B></A> - Exception in <A HREF="../uk/org/ury/backend/server/exceptions/package-summary.html">uk.org.ury.backend.server.exceptions</A><DD>Generic exception thrown when the server cannot handle a request.<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A>
<DD>Construct a HandlingException with a reason.
-<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> -
-Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A>
+<DT><A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> -
+Constructor for exception uk.org.ury.backend.server.exceptions.<A HREF="../uk/org/ury/backend/server/exceptions/HandlingException.html" title="class in uk.org.ury.backend.server.exceptions">HandlingException</A>
<DD>Construct a HandlingException with a reason and a cause to
chain.
-<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#has(E)"><B>has(E)</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#has(E)"><B>has(E)</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>Check whether a property has been set in the item.
<DT><A HREF="../uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend"><B>HintField</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>A non-editable text area displaying a hint about how to use a
frontend screen.<DT><A HREF="../uk/org/ury/frontend/HintField.html#HintField()"><B>HintField()</B></A> -
@@ -142,14 +142,14 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintFi
<DT><A HREF="../uk/org/ury/frontend/HintField.html#HintField(java.lang.String)"><B>HintField(String)</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintField.html" title="class in uk.org.ury.frontend">HintField</A>
<DD>Construct a new HintField.
-<DT><A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server"><B>HttpHandler</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/server/HttpHandler.html#HttpHandler(uk.org.ury.server.Server, java.lang.String)"><B>HttpHandler(Server, String)</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server">HttpHandler</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.server"><B>HttpHandler</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>&nbsp;<DT><A HREF="../uk/org/ury/backend/server/HttpHandler.html#HttpHandler(uk.org.ury.backend.server.Server, java.lang.String)"><B>HttpHandler(Server, String)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpHandler.html" title="class in uk.org.ury.backend.server">HttpHandler</A>
<DD>Construct a new HttpHandler.
-<DT><A HREF="../uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server"><B>HttpListenerThread</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>Listener thread for the URY server HTTP interface.<DT><A HREF="../uk/org/ury/server/HttpListenerThread.html#HttpListenerThread(int, uk.org.ury.server.Server)"><B>HttpListenerThread(int, Server)</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server">HttpListenerThread</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.server"><B>HttpListenerThread</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>Listener thread for the URY server HTTP interface.<DT><A HREF="../uk/org/ury/backend/server/HttpListenerThread.html#HttpListenerThread(int, uk.org.ury.backend.server.Server)"><B>HttpListenerThread(int, Server)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpListenerThread.html" title="class in uk.org.ury.backend.server">HttpListenerThread</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server"><B>HttpWorkerThread</B></A> - Class in <A HREF="../uk/org/ury/server/package-summary.html">uk.org.ury.server</A><DD>A worker thread in the server HTTP interface.<DT><A HREF="../uk/org/ury/server/HttpWorkerThread.html#HttpWorkerThread(org.apache.http.protocol.HttpService, org.apache.http.HttpServerConnection)"><B>HttpWorkerThread(HttpService, HttpServerConnection)</B></A> -
-Constructor for class uk.org.ury.server.<A HREF="../uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server">HttpWorkerThread</A>
+<DT><A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server"><B>HttpWorkerThread</B></A> - Class in <A HREF="../uk/org/ury/backend/server/package-summary.html">uk.org.ury.backend.server</A><DD>A worker thread in the server HTTP interface.<DT><A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html#HttpWorkerThread(org.apache.http.protocol.HttpService, org.apache.http.HttpServerConnection)"><B>HttpWorkerThread(HttpService, HttpServerConnection)</B></A> -
+Constructor for class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/HttpWorkerThread.html" title="class in uk.org.ury.backend.server">HttpWorkerThread</A>
<DD>Construct a new HttpWorkerThread.
</DL>
<HR>
diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html
index 78d445b..214f655 100644
--- a/doc/index-files/index-9.html
+++ b/doc/index-files/index-9.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>
I-Index
</TITLE>
@@ -82,15 +82,15 @@ function windowTitle()
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/server/Server.html#INDEX_HTML"><B>INDEX_HTML</B></A> -
-Static variable in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#INDEX_HTML"><B>INDEX_HTML</B></A> -
+Static variable in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>&nbsp;
<DT><A HREF="../uk/org/ury/frontend/FrontendApplet.html#init()"><B>init()</B></A> -
Method in class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/FrontendApplet.html" title="class in uk.org.ury.frontend">FrontendApplet</A>
<DD>Main method.
-<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A> - Exception in <A HREF="../uk/org/ury/protocol/exceptions/package-summary.html">uk.org.ury.protocol.exceptions</A><DD>Generic exception thrown when a protocol function cannot process a
- message due to an issue with the message.<DT><A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)"><B>InvalidMessageException(String)</B></A> -
-Constructor for exception uk.org.ury.protocol.exceptions.<A HREF="../uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions">InvalidMessageException</A>
+<DT><A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A> - Exception in <A HREF="../uk/org/ury/common/protocol/exceptions/package-summary.html">uk.org.ury.common.protocol.exceptions</A><DD>Generic exception thrown when a protocol function cannot process a
+ message due to an issue with the message.<DT><A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html#InvalidMessageException(java.lang.String)"><B>InvalidMessageException(String)</B></A> -
+Constructor for exception uk.org.ury.common.protocol.exceptions.<A HREF="../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A>
<DD>Construct a new InvalidMessageException with a reason.
</DL>
<HR>