diff options
Diffstat (limited to 'doc/overview-tree.html')
-rw-r--r-- | doc/overview-tree.html | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/overview-tree.html b/doc/overview-tree.html index adf3094..c72579a 100644 --- a/doc/overview-tree.html +++ b/doc/overview-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> <TITLE> Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-20"> +<META NAME="date" CONTENT="2011-03-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -97,6 +97,10 @@ Class Hierarchy <LI TYPE="circle">javax.swing.AbstractListModel (implements javax.swing.ListModel, java.io.Serializable) <UL> <LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show"><B>ShowChannel</B></A></UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/AbstractRequestHandler.html" title="class in uk.org.ury.server"><B>AbstractRequestHandler</B></A> (implements org.apache.http.protocol.HttpRequestHandler) +<UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/HttpHandler.html" title="class in uk.org.ury.server"><B>HttpHandler</B></A> (implements org.apache.http.protocol.HttpRequestHandler) +<LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A></UL> <LI TYPE="circle">javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel) <UL> <LI TYPE="circle">uk.org.ury.library.viewer.<A HREF="uk/org/ury/library/viewer/LibraryTableModel.html" title="class in uk.org.ury.library.viewer"><B>LibraryTableModel</B></A></UL> @@ -147,13 +151,15 @@ Class Hierarchy </UL> <LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/ConfigReader.html" title="class in uk.org.ury.config"><B>ConfigReader</B></A><LI TYPE="circle">uk.org.ury.config.<A HREF="uk/org/ury/config/Database.html" title="class in uk.org.ury.config"><B>Database</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/DatabaseDriver.html" title="class in uk.org.ury.database"><B>DatabaseDriver</B></A><LI TYPE="circle">uk.org.ury.database.<A HREF="uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database"><B>DatabaseItem</B></A><E,T><UL> <LI TYPE="circle">uk.org.ury.library.item.<A HREF="uk/org/ury/library/item/LibraryItem.html" title="class in uk.org.ury.library.item"><B>LibraryItem</B></A><LI TYPE="circle">uk.org.ury.show.item.<A HREF="uk/org/ury/show/item/ShowItem.html" title="class in uk.org.ury.show.item"><B>ShowItem</B></A></UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend"><B>FrontendError</B></A><LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library"><B>LibraryRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) -<LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A><LI TYPE="circle">uk.org.ury.protocol.<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerProtocol.html" title="class in uk.org.ury.server"><B>ServerProtocol</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A>) -<LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A><LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) +<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendError.html" title="class in uk.org.ury.frontend"><B>FrontendError</B></A><LI TYPE="circle">uk.org.ury.library.<A HREF="uk/org/ury/library/LibraryUtils.html" title="class in uk.org.ury.library"><B>LibraryUtils</B></A><LI TYPE="circle">uk.org.ury.protocol.<A HREF="uk/org/ury/protocol/ProtocolUtils.html" title="class in uk.org.ury.protocol"><B>ProtocolUtils</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/Server.html" title="class in uk.org.ury.server"><B>Server</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server"><B>ServerRequestHandler</B></A> (implements uk.org.ury.server.<A HREF="uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server">ApiRequestHandler</A>) +<LI TYPE="circle">uk.org.ury.show.<A HREF="uk/org/ury/show/ShowUtils.html" title="class in uk.org.ury.show"><B>ShowUtils</B></A><LI TYPE="circle">java.lang.Thread (implements java.lang.Runnable) +<UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/HttpListenerThread.html" title="class in uk.org.ury.server"><B>HttpListenerThread</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/HttpWorkerThread.html" title="class in uk.org.ury.server"><B>HttpWorkerThread</B></A></UL> +<LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) <UL> <LI TYPE="circle">java.lang.Exception<UL> <LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/ConnectionFailureException.html" title="class in uk.org.ury.database.exceptions"><B>ConnectionFailureException</B></A><LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="uk/org/ury/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.library.exceptions.<A HREF="uk/org/ury/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.library.exceptions"><B>EmptySearchException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A><UL> -<LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A></UL> +<LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/BadRequestException.html" title="class in uk.org.ury.server.exceptions"><B>BadRequestException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/NotAHandlerException.html" title="class in uk.org.ury.server.exceptions"><B>NotAHandlerException</B></A><LI TYPE="circle">uk.org.ury.server.exceptions.<A HREF="uk/org/ury/server/exceptions/UnknownFunctionException.html" title="class in uk.org.ury.server.exceptions"><B>UnknownFunctionException</B></A></UL> <LI TYPE="circle">uk.org.ury.protocol.exceptions.<A HREF="uk/org/ury/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.protocol.exceptions"><B>InvalidMessageException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>LoadFailureException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions"><B>MissingPropertyException</B></A><LI TYPE="circle">uk.org.ury.database.exceptions.<A HREF="uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions"><B>QueryFailureException</B></A><LI TYPE="circle">uk.org.ury.frontend.exceptions.<A HREF="uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions"><B>UICreationFailureException</B></A></UL> </UL> </UL> @@ -162,7 +168,7 @@ Class Hierarchy Interface Hierarchy </H2> <UL> -<LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A><LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A><LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server"><B>RequestHandler</B></A></UL> +<LI TYPE="circle">uk.org.ury.server.<A HREF="uk/org/ury/server/ApiRequestHandler.html" title="interface in uk.org.ury.server"><B>ApiRequestHandler</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendMaster.html" title="interface in uk.org.ury.frontend"><B>FrontendMaster</B></A><LI TYPE="circle">uk.org.ury.frontend.<A HREF="uk/org/ury/frontend/FrontendModule.html" title="interface in uk.org.ury.frontend"><B>FrontendModule</B></A><LI TYPE="circle">uk.org.ury.testrig.<A HREF="uk/org/ury/testrig/Launcher.html" title="interface in uk.org.ury.testrig"><B>Launcher</B></A></UL> <H2> Enum Hierarchy </H2> |