From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/index-files/index-1.html | 30 +++++------ doc/index-files/index-10.html | 40 +++++++------- doc/index-files/index-11.html | 30 +++++------ doc/index-files/index-12.html | 12 ++--- doc/index-files/index-13.html | 8 +-- doc/index-files/index-14.html | 12 ++--- doc/index-files/index-15.html | 35 ++++++------ doc/index-files/index-16.html | 62 +++++++++++----------- doc/index-files/index-17.html | 20 +++---- doc/index-files/index-18.html | 10 ++-- doc/index-files/index-19.html | 42 +++++++-------- doc/index-files/index-2.html | 20 +++---- doc/index-files/index-3.html | 32 +++++------ doc/index-files/index-4.html | 50 +++++++++--------- doc/index-files/index-5.html | 24 ++++----- doc/index-files/index-6.html | 10 ++-- doc/index-files/index-7.html | 120 +++++++++++++++++++++--------------------- doc/index-files/index-8.html | 76 +++++++++++++------------- doc/index-files/index-9.html | 12 ++--- 19 files changed, 322 insertions(+), 323 deletions(-) (limited to 'doc/index-files') 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 @@ - + A-Index @@ -85,25 +85,25 @@ function windowTitle()
AbstractFrontendModule - Class in uk.org.ury.frontend
An abstract implementation of the FrontendModule interface.
AbstractFrontendModule() - Constructor for class uk.org.ury.frontend.AbstractFrontendModule
  -
AbstractRequestHandler - Class in uk.org.ury.server
An abstract request handler for HttpCore, providing basic functionality such - as uniform error response.
AbstractRequestHandler(Server, String) - -Constructor for class uk.org.ury.server.AbstractRequestHandler +
AbstractRequestHandler - Class in uk.org.ury.backend.server
An abstract request handler for HttpCore, providing basic functionality such + as uniform error response.
AbstractRequestHandler(Server, String) - +Constructor for class uk.org.ury.backend.server.AbstractRequestHandler
Constructs a new AbstractRequestHandler. -
add(int, ShowItem) - -Method in class uk.org.ury.show.ShowChannel +
add(int, ShowItem) - +Method in class uk.org.ury.common.show.ShowChannel
Adds a new item to the channel. -
add(ShowItem) - -Method in class uk.org.ury.show.ShowChannel +
add(ShowItem) - +Method in class uk.org.ury.common.show.ShowChannel
Adds a new item to the end of the channel. -
ApiRequestHandler - Interface in uk.org.ury.server
Interface for classes that can handle requests addressed to their - class name from the main server.
ApplicationLauncher - Class in uk.org.ury.testrig
An application-based entry point into the frontend.
ApplicationLauncher() - -Constructor for class uk.org.ury.testrig.ApplicationLauncher +
ApiRequestHandler - Interface in uk.org.ury.backend.server
Interface for classes that can handle requests addressed to their + class name from the main server.
ApplicationLauncher - Class in uk.org.ury.frontend.testrig
An application-based entry point into the frontend.
ApplicationLauncher() - +Constructor for class uk.org.ury.frontend.testrig.ApplicationLauncher
  -
asResponse() - -Method in class uk.org.ury.database.DatabaseItem +
asResponse() - +Method in class uk.org.ury.backend.database.DatabaseItem
Retrieve a map of string representations of the properties. -
Auth - Class in uk.org.ury.config
A login authorisation configuration
Auth(String, String) - -Constructor for class uk.org.ury.config.Auth +
Auth - Class in uk.org.ury.backend.config
A login authorisation configuration
Auth(String, String) - +Constructor for class uk.org.ury.backend.config.Auth
Create a login auth object
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 @@ - + L-Index @@ -82,27 +82,27 @@ function windowTitle()

L

-
Launcher - Interface in uk.org.ury.testrig
Interface for entry points into the frontend.
LibraryControlPanel - Class in uk.org.ury.show.viewer
Control panel for the demo system.
LibraryControlPanel() - -Constructor for class uk.org.ury.show.viewer.LibraryControlPanel +
Launcher - Interface in uk.org.ury.frontend.testrig
Interface for entry points into the frontend.
LibraryControlPanel - Class in uk.org.ury.frontend.cpanels.show
Control panel for the demo system.
LibraryControlPanel() - +Constructor for class uk.org.ury.frontend.cpanels.show.LibraryControlPanel
Construct a new LibraryControlPanel. -
LibraryItem - Class in uk.org.ury.library.item
An item in the URY library.
LibraryItem(Map<LibraryItemProperty, String>) - -Constructor for class uk.org.ury.library.item.LibraryItem +
LibraryItem - Class in uk.org.ury.common.library.item
An item in the URY library.
LibraryItem(Map<LibraryItemProperty, String>) - +Constructor for class uk.org.ury.common.library.item.LibraryItem
  -
LibraryItemProperty - Enum in uk.org.ury.library.item
The parameters that are stored in the LibraryItem.
LibraryRequestHandler - Class in uk.org.ury.library
A request handler for library queries.
LibraryRequestHandler(Server, String) - -Constructor for class uk.org.ury.library.LibraryRequestHandler +
LibraryItemProperty - Enum in uk.org.ury.common.library.item
The parameters that are stored in the LibraryItem.
LibraryRequestHandler - Class in uk.org.ury.backend.handlers
A request handler for library queries.
LibraryRequestHandler(Server, String) - +Constructor for class uk.org.ury.backend.handlers.LibraryRequestHandler
Construct a new LibraryRequestHandler. -
LibraryTableModel - Class in uk.org.ury.library.viewer
A table model for the library viewer.
LibraryTableModel(List<LibraryItem>) - -Constructor for class uk.org.ury.library.viewer.LibraryTableModel +
LibraryTableModel - Class in uk.org.ury.frontend.modules.library
A table model for the library viewer.
LibraryTableModel(List<LibraryItem>) - +Constructor for class uk.org.ury.frontend.modules.library.LibraryTableModel
Construct a new table model. -
LibraryUtils - Class in uk.org.ury.library
A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database.
LibraryUtils() - -Constructor for class uk.org.ury.library.LibraryUtils +
LibraryUtils - Class in uk.org.ury.common.library
A set of common utility routines to facilitate the extraction of + library items from the library areas of the URY database.
LibraryUtils() - +Constructor for class uk.org.ury.common.library.LibraryUtils
  -
LibraryViewer - Class in uk.org.ury.library.viewer
Module for investigating the track library.
LibraryViewer() - -Constructor for class uk.org.ury.library.viewer.LibraryViewer +
LibraryViewer - Class in uk.org.ury.frontend.modules.library
Module for investigating the track library.
LibraryViewer() - +Constructor for class uk.org.ury.frontend.modules.library.LibraryViewer
Constructs a new LibraryViewer as a frontend object. -
LibraryViewerPanel - Class in uk.org.ury.library.viewer
Frontend panel providing access to an underlying library viewer.
LibraryViewerPanel(LibraryViewer, FrontendMaster) - -Constructor for class uk.org.ury.library.viewer.LibraryViewerPanel +
LibraryViewerPanel - Class in uk.org.ury.frontend.modules.library
Frontend panel providing access to an underlying library viewer.
LibraryViewerPanel(LibraryViewer, FrontendMaster) - +Constructor for class uk.org.ury.frontend.modules.library.LibraryViewerPanel
Construct a new LibraryViewerPanel.
LoadFailureException - Exception in uk.org.ury.frontend.exceptions
Exception thrown when the loading of a new frontend module fails.
LoadFailureException() - Constructor for exception uk.org.ury.frontend.exceptions.LoadFailureException @@ -123,8 +123,8 @@ Method in class uk.org.ury.frontend.loadModule(String, String) - Method in class uk.org.ury.frontend.FrontendFrame -
Load a module into the frontend frame, additionally installing - a control panel to communicate with the previous module. +
Load a module into the frontend frame, additionally installing a control + panel to communicate with the previous module.
loadModule(String) - Method in interface uk.org.ury.frontend.FrontendMaster
Load a module into the frontend frame. @@ -132,8 +132,8 @@ Method in interface uk.org.ury.frontend.FrontendMaster
Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module. -
loadModule(String) - -Method in class uk.org.ury.testrig.DemoMenu +
loadModule(String) - +Method in class uk.org.ury.frontend.modules.menu.DemoMenu
 

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 @@ - + M-Index @@ -82,28 +82,28 @@ function windowTitle()

M

-
main(String[]) - -Static method in class uk.org.ury.server.Server +
main(String[]) - +Static method in class uk.org.ury.backend.server.Server
The main method, which serves to create a server. -
main(String[]) - -Static method in class uk.org.ury.testrig.ApplicationLauncher +
main(String[]) - +Static method in class uk.org.ury.frontend.testrig.ApplicationLauncher
Main method. -
MissingCredentialsException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database credentials required to +
MissingCredentialsException - Exception in uk.org.ury.backend.database.exceptions
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.
MissingCredentialsException() - -Constructor for exception uk.org.ury.database.exceptions.MissingCredentialsException + and thus the log-in cannot continue.
MissingCredentialsException() - +Constructor for exception uk.org.ury.backend.database.exceptions.MissingCredentialsException
Construct a new MissingCredentialsException with a default reason. -
MissingCredentialsException(String) - -Constructor for exception uk.org.ury.database.exceptions.MissingCredentialsException +
MissingCredentialsException(String) - +Constructor for exception uk.org.ury.backend.database.exceptions.MissingCredentialsException
Construct a new MissingCredentialsException. -
MissingPropertyException - Exception in uk.org.ury.database.exceptions
Exception thrown when a DatabaseItem is queried for a property - that does not exist.
MissingPropertyException() - -Constructor for exception uk.org.ury.database.exceptions.MissingPropertyException +
MissingPropertyException - Exception in uk.org.ury.backend.database.exceptions
Exception thrown when a DatabaseItem is queried for a property + that does not exist.
MissingPropertyException() - +Constructor for exception uk.org.ury.backend.database.exceptions.MissingPropertyException
Construct a new MissingPropertyException with a default reason. -
MissingPropertyException(String) - -Constructor for exception uk.org.ury.database.exceptions.MissingPropertyException +
MissingPropertyException(String) - +Constructor for exception uk.org.ury.backend.database.exceptions.MissingPropertyException
Construct a new MissingPropertyException.

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 @@ - + N-Index @@ -82,13 +82,13 @@ function windowTitle()

N

-
NotAHandlerException - Exception in uk.org.ury.server.exceptions
Exception thrown if the class requested as a handler by the client - is, in fact, not a handler (it does not implement RequestHandler).
NotAHandlerException(String) - -Constructor for exception uk.org.ury.server.exceptions.NotAHandlerException +
NotAHandlerException - Exception in uk.org.ury.backend.server.exceptions
Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).
NotAHandlerException(String) - +Constructor for exception uk.org.ury.backend.server.exceptions.NotAHandlerException
Construct a NotAHandlerException with the name of the class that is not a handler. -
NUM_CHANNELS - -Static variable in class uk.org.ury.show.ShowUtils +
NUM_CHANNELS - +Static variable in class uk.org.ury.common.show.ShowUtils
The number of channels reserved for show items.

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 @@ - + P-Index @@ -82,9 +82,9 @@ function windowTitle()

P

-
ProtocolUtils - Class in uk.org.ury.protocol
Utilities for converting between strings encoded in the response protocol and - collections of items, as well as validating and unpicking protocol messages.
ProtocolUtils() - -Constructor for class uk.org.ury.protocol.ProtocolUtils +
ProtocolUtils - Class in uk.org.ury.common.protocol
Utilities for converting between strings encoded in the response protocol and + collections of items, as well as validating and unpicking protocol messages.
ProtocolUtils() - +Constructor for class uk.org.ury.common.protocol.ProtocolUtils
 

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 @@ - + Q-Index @@ -82,13 +82,13 @@ function windowTitle()

Q

-
QueryFailureException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database backend fails to execute - a query.
QueryFailureException() - -Constructor for exception uk.org.ury.database.exceptions.QueryFailureException +
QueryFailureException - Exception in uk.org.ury.backend.database.exceptions
Exception thrown when the database backend fails to execute + a query.
QueryFailureException() - +Constructor for exception uk.org.ury.backend.database.exceptions.QueryFailureException
Construct a new QueryFailureException with a default reason. -
QueryFailureException(String) - -Constructor for exception uk.org.ury.database.exceptions.QueryFailureException +
QueryFailureException(String) - +Constructor for exception uk.org.ury.backend.database.exceptions.QueryFailureException
Construct a new QueryFailureException.

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 @@ - + R-Index @@ -88,41 +88,40 @@ Static method in class uk.org.ury.frontend.reportFatal(String, FrontendApplet) - Static method in class uk.org.ury.frontend.FrontendError
  -
responseIsOK(Map<?, ?>) - -Static method in class uk.org.ury.protocol.ProtocolUtils +
responseIsOK(Map<?, ?>) - +Static method in class uk.org.ury.common.protocol.ProtocolUtils
Check if a response is flagged as having OK status.
restoreModule(FrontendModulePanel, FrontendControlPanel) - Method in class uk.org.ury.frontend.FrontendApplet
Restore an existing module and control panel into the frontend frame.
restoreModule(FrontendModulePanel, FrontendControlPanel) - Method in class uk.org.ury.frontend.FrontendFrame -
Restore an existing module and control panel into the frontend - frame. +
Restore an existing module and control panel into the frontend frame.
restoreModule(FrontendModulePanel, FrontendControlPanel) - Method in interface uk.org.ury.frontend.FrontendMaster
Restore an existing module and control panel into the frontend master. -
run() - -Method in class uk.org.ury.server.HttpListenerThread +
run() - +Method in class uk.org.ury.backend.server.HttpListenerThread
Thread execution body. -
run() - -Method in class uk.org.ury.server.HttpWorkerThread +
run() - +Method in class uk.org.ury.backend.server.HttpWorkerThread
Thread execution body. -
run() - -Method in class uk.org.ury.testrig.DemoMenu +
run() - +Method in class uk.org.ury.frontend.modules.menu.DemoMenu
Run the demo menu, creating a user interface.
runFrontend(FrontendMaster) - Method in interface uk.org.ury.frontend.FrontendModule
Begin execution of the frontend module. -
runFrontend(FrontendMaster) - -Method in class uk.org.ury.library.viewer.LibraryViewer +
runFrontend(FrontendMaster) - +Method in class uk.org.ury.frontend.modules.library.LibraryViewer
Runs the library viewer frontend. -
runFrontend(FrontendMaster) - -Method in class uk.org.ury.show.viewer.ShowViewer -
Run the library viewer frontend. -
runFrontend(FrontendMaster) - -Method in class uk.org.ury.testrig.DemoMenu +
runFrontend(FrontendMaster) - +Method in class uk.org.ury.frontend.modules.menu.DemoMenu
Run the demo menu in frontend mode. +
runFrontend(FrontendMaster) - +Method in class uk.org.ury.frontend.modules.show.ShowViewer +
Run the library viewer frontend.
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 @@ - + S-Index @@ -82,25 +82,25 @@ function windowTitle()

S

-
search(DatabaseDriver, String) - -Static method in class uk.org.ury.library.LibraryUtils +
search(DatabaseDriver, String) - +Static method in class uk.org.ury.common.library.LibraryUtils
Perform a library search. -
search() - -Method in class uk.org.ury.library.viewer.LibraryViewerPanel +
search() - +Method in class uk.org.ury.frontend.modules.library.LibraryViewerPanel
Action method for performing a search, bound by the UI XML manifest to the search field and button. -
search() - -Method in class uk.org.ury.show.viewer.ShowViewerPanel +
search() - +Method in class uk.org.ury.frontend.modules.show.ShowViewerPanel
Initialise the library viewer for the purposes of adding tracks and/or browsing the library. -
Server - Class in uk.org.ury.server
The unified URY server, accepting requests over HTTP.
Server() - -Constructor for class uk.org.ury.server.Server +
Server - Class in uk.org.ury.backend.server
The unified URY server, accepting requests over HTTP.
Server() - +Constructor for class uk.org.ury.backend.server.Server
  -
SERVER_VERSION - -Static variable in class uk.org.ury.server.Server +
SERVER_VERSION - +Static variable in class uk.org.ury.backend.server.Server
  -
ServerRequestHandler - Class in uk.org.ury.server
A request handler for server queries.
ServerRequestHandler() - -Constructor for class uk.org.ury.server.ServerRequestHandler +
ServerRequestHandler - Class in uk.org.ury.backend.server
A request handler for server queries.
ServerRequestHandler() - +Constructor for class uk.org.ury.backend.server.ServerRequestHandler
 
setMaster(FrontendMaster) - Method in class uk.org.ury.frontend.FrontendPanel @@ -120,8 +120,8 @@ Method in class uk.org.ury.frontend.setTitle(String) - Method in class uk.org.ury.frontend.FrontendBanner
Change the title displayed on the banner. -
setUp() - -Method in class uk.org.ury.client.test.ClientTest +
setUp() - +Method in class uk.org.ury.frontend.client.test.ClientTest
 
setupUI() - Method in class uk.org.ury.frontend.FrontendApplet @@ -132,29 +132,29 @@ Method in class uk.org.ury.frontend.setupUI() - Method in interface uk.org.ury.frontend.FrontendMaster
Set up the frontend master's user interface. -
ShowChannel - Class in uk.org.ury.show
A channel of ShowItems in a show.
ShowChannel() - -Constructor for class uk.org.ury.show.ShowChannel +
ShowChannel - Class in uk.org.ury.common.show
A channel of ShowItems in a show.
ShowChannel() - +Constructor for class uk.org.ury.common.show.ShowChannel
Constructs a new, empty channel. -
ShowItem - Class in uk.org.ury.show.item
An item in the show database.
ShowItem(Map<ShowItemProperty, String>) - -Constructor for class uk.org.ury.show.item.ShowItem +
ShowItem - Class in uk.org.ury.common.show.item
An item in the show database.
ShowItem(Map<ShowItemProperty, String>) - +Constructor for class uk.org.ury.common.show.item.ShowItem
Construct a new ShowItem. -
ShowItemProperty - Enum in uk.org.ury.show.item
Enumeration of the parameters that are stored in a ShowItem.
ShowUtils - Class in uk.org.ury.show
A set of common utility routines to facilitate the extraction of show items - from the show storage areas of the URY database.
ShowUtils() - -Constructor for class uk.org.ury.show.ShowUtils +
ShowItemProperty - Enum in uk.org.ury.common.show.item
Enumeration of the parameters that are stored in a ShowItem.
ShowUtils - Class in uk.org.ury.common.show
A set of common utility routines to facilitate the extraction of show items + from the show storage areas of the URY database.
ShowUtils() - +Constructor for class uk.org.ury.common.show.ShowUtils
  -
ShowViewer - Class in uk.org.ury.show.viewer
Frontend module for viewing show details.
ShowViewer() - -Constructor for class uk.org.ury.show.viewer.ShowViewer +
ShowViewer - Class in uk.org.ury.frontend.modules.show
Frontend module for viewing show details.
ShowViewer() - +Constructor for class uk.org.ury.frontend.modules.show.ShowViewer
Construct a new ShowViewer as a frontend object. -
ShowViewerPanel - Class in uk.org.ury.show.viewer
Frontend panel providing access to an underlying show viewer.
ShowViewerPanel(ShowViewer, FrontendMaster) - -Constructor for class uk.org.ury.show.viewer.ShowViewerPanel +
ShowViewerPanel - Class in uk.org.ury.frontend.modules.show
Frontend panel providing access to an underlying show viewer.
ShowViewerPanel(ShowViewer, FrontendMaster) - +Constructor for class uk.org.ury.frontend.modules.show.ShowViewerPanel
Construct a new ShowViewerPanel. -
sql - -Variable in enum uk.org.ury.library.item.LibraryItemProperty +
sql - +Variable in enum uk.org.ury.common.library.item.LibraryItemProperty
  -
sql - -Variable in enum uk.org.ury.show.item.ShowItemProperty +
sql - +Variable in enum uk.org.ury.common.show.item.ShowItemProperty
  -
Status - Enum in uk.org.ury.protocol
Statuses that can follow the STATUS directory.
+
Status - Enum in uk.org.ury.common.protocol
Statuses that can follow the STATUS directory.
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 @@ - + T-Index @@ -82,17 +82,17 @@ function windowTitle()

T

-
tearDown() - -Method in class uk.org.ury.client.test.ClientTest +
tearDown() - +Method in class uk.org.ury.frontend.client.test.ClientTest
  -
testGet() - -Method in class uk.org.ury.client.test.ClientTest -
Test method for Client.get(java.lang.String). -
toString() - -Method in class uk.org.ury.show.item.ShowItem +
testGet() - +Method in class uk.org.ury.frontend.client.test.ClientTest +
Test method for Client.get(java.lang.String). +
toString() - +Method in class uk.org.ury.common.show.item.ShowItem
  -
TrackBin - Class in uk.org.ury.show.viewer
A panel displaying track bin contents.
TrackBin(String) - -Constructor for class uk.org.ury.show.viewer.TrackBin +
TrackBin - Class in uk.org.ury.frontend.modules.show
A panel displaying track bin contents.
TrackBin(String) - +Constructor for class uk.org.ury.frontend.modules.show.TrackBin
Construct a new TrackBin.

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 @@ - + U-Index @@ -89,11 +89,11 @@ Constructor for exception uk.org.ury.frontend.exceptions.UICreationFailureException(String) - Constructor for exception uk.org.ury.frontend.exceptions.UICreationFailureException
Construct a new UICreationFailureException. -
uk.org.ury.client - package uk.org.ury.client
 
uk.org.ury.client.test - package uk.org.ury.client.test
 
uk.org.ury.config - package uk.org.ury.config
 
uk.org.ury.database - package uk.org.ury.database
Database services for the URY Presenter Suite.
uk.org.ury.database.exceptions - package uk.org.ury.database.exceptions
Exceptions thrown by the database services classes.
uk.org.ury.frontend - package uk.org.ury.frontend
 
uk.org.ury.frontend.exceptions - package uk.org.ury.frontend.exceptions
 
uk.org.ury.library - package uk.org.ury.library
 
uk.org.ury.library.exceptions - package uk.org.ury.library.exceptions
 
uk.org.ury.library.item - package uk.org.ury.library.item
 
uk.org.ury.library.viewer - package uk.org.ury.library.viewer
 
uk.org.ury.protocol - package uk.org.ury.protocol
 
uk.org.ury.protocol.exceptions - package uk.org.ury.protocol.exceptions
 
uk.org.ury.server - package uk.org.ury.server
The URY Server kernel.
uk.org.ury.server.exceptions - package uk.org.ury.server.exceptions
 
uk.org.ury.show - package uk.org.ury.show
 
uk.org.ury.show.item - package uk.org.ury.show.item
The show item class and related properties.
uk.org.ury.show.viewer - package uk.org.ury.show.viewer
 
uk.org.ury.testrig - package uk.org.ury.testrig
 
UnknownFunctionException - Exception in uk.org.ury.server.exceptions
Exception thrown when a handler receives a request for a path that does not - correspond to one of its functions.
UnknownFunctionException(String) - -Constructor for exception uk.org.ury.server.exceptions.UnknownFunctionException +
uk.org.ury.backend.config - package uk.org.ury.backend.config
 
uk.org.ury.backend.database - package uk.org.ury.backend.database
Database services for the URY Presenter Suite.
uk.org.ury.backend.database.exceptions - package uk.org.ury.backend.database.exceptions
Exceptions thrown by the database services classes.
uk.org.ury.backend.handlers - package uk.org.ury.backend.handlers
 
uk.org.ury.backend.server - package uk.org.ury.backend.server
The URY Server kernel.
uk.org.ury.backend.server.exceptions - package uk.org.ury.backend.server.exceptions
 
uk.org.ury.common.library - package uk.org.ury.common.library
 
uk.org.ury.common.library.exceptions - package uk.org.ury.common.library.exceptions
 
uk.org.ury.common.library.item - package uk.org.ury.common.library.item
 
uk.org.ury.common.protocol - package uk.org.ury.common.protocol
 
uk.org.ury.common.protocol.exceptions - package uk.org.ury.common.protocol.exceptions
 
uk.org.ury.common.show - package uk.org.ury.common.show
 
uk.org.ury.common.show.item - package uk.org.ury.common.show.item
The show item class and related properties.
uk.org.ury.frontend - package uk.org.ury.frontend
 
uk.org.ury.frontend.client - package uk.org.ury.frontend.client
 
uk.org.ury.frontend.client.test - package uk.org.ury.frontend.client.test
 
uk.org.ury.frontend.cpanels.menu - package uk.org.ury.frontend.cpanels.menu
 
uk.org.ury.frontend.cpanels.show - package uk.org.ury.frontend.cpanels.show
 
uk.org.ury.frontend.exceptions - package uk.org.ury.frontend.exceptions
 
uk.org.ury.frontend.modules.library - package uk.org.ury.frontend.modules.library
 
uk.org.ury.frontend.modules.menu - package uk.org.ury.frontend.modules.menu
 
uk.org.ury.frontend.modules.show - package uk.org.ury.frontend.modules.show
 
uk.org.ury.frontend.testrig - package uk.org.ury.frontend.testrig
 
UnknownFunctionException - Exception in uk.org.ury.backend.server.exceptions
Exception thrown when a handler receives a request for a path that does not + correspond to one of its functions.
UnknownFunctionException(String) - +Constructor for exception uk.org.ury.backend.server.exceptions.UnknownFunctionException
Construct a new UnknownFunctionException. -
UserClass - Enum in uk.org.ury.database
The various user classes of the database driver. +
UserClass - Enum in uk.org.ury.backend.database
The various user classes of the database driver.
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 @@ - + V-Index @@ -82,39 +82,39 @@ function windowTitle()

V

-
valueOf(String) - -Static method in enum uk.org.ury.database.UserClass +
valueOf(String) - +Static method in enum uk.org.ury.backend.database.UserClass
Returns the enum constant of this type with the specified name. -
valueOf(String) - -Static method in enum uk.org.ury.library.item.LibraryItemProperty +
valueOf(String) - +Static method in enum uk.org.ury.common.library.item.LibraryItemProperty
Returns the enum constant of this type with the specified name. -
valueOf(String) - -Static method in enum uk.org.ury.protocol.Directive +
valueOf(String) - +Static method in enum uk.org.ury.common.protocol.Directive
Returns the enum constant of this type with the specified name. -
valueOf(String) - -Static method in enum uk.org.ury.protocol.Status +
valueOf(String) - +Static method in enum uk.org.ury.common.protocol.Status
Returns the enum constant of this type with the specified name. -
valueOf(String) - -Static method in enum uk.org.ury.show.item.ShowItemProperty +
valueOf(String) - +Static method in enum uk.org.ury.common.show.item.ShowItemProperty
Returns the enum constant of this type with the specified name. -
values() - -Static method in enum uk.org.ury.database.UserClass +
values() - +Static method in enum uk.org.ury.backend.database.UserClass
Returns an array containing the constants of this enum type, in the order they are declared. -
values() - -Static method in enum uk.org.ury.library.item.LibraryItemProperty +
values() - +Static method in enum uk.org.ury.common.library.item.LibraryItemProperty
Returns an array containing the constants of this enum type, in the order they are declared. -
values() - -Static method in enum uk.org.ury.protocol.Directive +
values() - +Static method in enum uk.org.ury.common.protocol.Directive
Returns an array containing the constants of this enum type, in the order they are declared. -
values() - -Static method in enum uk.org.ury.protocol.Status +
values() - +Static method in enum uk.org.ury.common.protocol.Status
Returns an array containing the constants of this enum type, in the order they are declared. -
values() - -Static method in enum uk.org.ury.show.item.ShowItemProperty +
values() - +Static method in enum uk.org.ury.common.show.item.ShowItemProperty
Returns an array containing the constants of this enum type, in the order they are declared.
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 @@ - + B-Index @@ -82,18 +82,18 @@ function windowTitle()

B

-
back() - -Method in class uk.org.ury.show.viewer.LibraryControlPanel +
back() - +Method in class uk.org.ury.frontend.cpanels.menu.DemoControlPanel
Go back to the previous module. -
back() - -Method in class uk.org.ury.testrig.DemoControlPanel +
back() - +Method in class uk.org.ury.frontend.cpanels.show.LibraryControlPanel
Go back to the previous module. -
BadRequestException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server meets a malformed request, or - part of one.
BadRequestException() - -Constructor for exception uk.org.ury.server.exceptions.BadRequestException +
BadRequestException - Exception in uk.org.ury.backend.server.exceptions
Exception thrown when the server meets a malformed request, or + part of one.
BadRequestException() - +Constructor for exception uk.org.ury.backend.server.exceptions.BadRequestException
Construct a new BadRequestException with a default reason. -
BadRequestException(Throwable) - -Constructor for exception uk.org.ury.server.exceptions.BadRequestException +
BadRequestException(Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.BadRequestException
Construct a new HandlerNotFoundException with a chained exception.
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 @@ - + C-Index @@ -82,29 +82,29 @@ function windowTitle()

C

-
ChannelPanel - Class in uk.org.ury.show.viewer
A panel displaying channel information.
ChannelPanel(int, ShowChannel) - -Constructor for class uk.org.ury.show.viewer.ChannelPanel +
ChannelPanel - Class in uk.org.ury.frontend.modules.show
A panel displaying channel information.
ChannelPanel(int, ShowChannel) - +Constructor for class uk.org.ury.frontend.modules.show.ChannelPanel
Construct a new ChannelPanel. -
Client - Class in uk.org.ury.client
 
Client() - -Constructor for class uk.org.ury.client.Client +
Client - Class in uk.org.ury.frontend.client
 
Client() - +Constructor for class uk.org.ury.frontend.client.Client
  -
ClientTest - Class in uk.org.ury.client.test
JUnit test for the low-level client logic.
ClientTest() - -Constructor for class uk.org.ury.client.test.ClientTest +
ClientTest - Class in uk.org.ury.frontend.client.test
JUnit test for the low-level client logic.
ClientTest() - +Constructor for class uk.org.ury.frontend.client.test.ClientTest
  -
configName - -Variable in enum uk.org.ury.database.UserClass +
configName - +Variable in enum uk.org.ury.backend.database.UserClass
The name of the tag in the configuration file that contains the credentials for this user class. -
ConfigReader - Class in uk.org.ury.config
Reads in an XML config file and creates config objects
ConfigReader(String) - -Constructor for class uk.org.ury.config.ConfigReader +
ConfigReader - Class in uk.org.ury.backend.config
Reads in an XML config file and creates config objects
ConfigReader(String) - +Constructor for class uk.org.ury.backend.config.ConfigReader
Read in the config file and create the Database and Auth configuration objects. -
ConnectionFailureException - Exception in uk.org.ury.database.exceptions
Exception thrown when the database backend fails to connect to - the database server, in absence of a more specific exception.
ConnectionFailureException() - -Constructor for exception uk.org.ury.database.exceptions.ConnectionFailureException +
ConnectionFailureException - Exception in uk.org.ury.backend.database.exceptions
Exception thrown when the database backend fails to connect to + the database server, in absence of a more specific exception.
ConnectionFailureException() - +Constructor for exception uk.org.ury.backend.database.exceptions.ConnectionFailureException
Construct a new ConnectionFailureException with a default reason. -
ConnectionFailureException(String) - -Constructor for exception uk.org.ury.database.exceptions.ConnectionFailureException +
ConnectionFailureException(String) - +Constructor for exception uk.org.ury.backend.database.exceptions.ConnectionFailureException
Construct a new ConnectionFailureException.

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 @@ - + D-Index @@ -82,40 +82,40 @@ function windowTitle()

D

-
Database - Class in uk.org.ury.config
A Database Server configuration
Database(String, int, String) - -Constructor for class uk.org.ury.config.Database +
Database - Class in uk.org.ury.backend.config
A Database Server configuration
Database(String, int, String) - +Constructor for class uk.org.ury.backend.config.Database
Create a database object -
DatabaseDriver - Class in uk.org.ury.database
A database connection manager that connects to the URY databases using - suitably privileged accounts, and handles the processing of SQL queries.
DatabaseDriver(ConfigReader, UserClass) - -Constructor for class uk.org.ury.database.DatabaseDriver +
DatabaseDriver - Class in uk.org.ury.backend.database
A database connection manager that connects to the URY databases using + suitably privileged accounts, and handles the processing of SQL queries.
DatabaseDriver(ConfigReader, UserClass) - +Constructor for class uk.org.ury.backend.database.DatabaseDriver
Construct a new DatabaseDriver with the given user class. -
DatabaseItem<E,T> - Class in uk.org.ury.database
An abstract class presenting a template for objects serving as a data - structure for collections of properties retrieved from a SQL database.
DatabaseItem(Map<E, T>) - -Constructor for class uk.org.ury.database.DatabaseItem +
DatabaseItem<E,T> - Class in uk.org.ury.backend.database
An abstract class presenting a template for objects serving as a data + structure for collections of properties retrieved from a SQL database.
DatabaseItem(Map<E, T>) - +Constructor for class uk.org.ury.backend.database.DatabaseItem
Construct a new item from an existing list of properties. -
decode(String) - -Static method in class uk.org.ury.protocol.ProtocolUtils +
decode(String) - +Static method in class uk.org.ury.common.protocol.ProtocolUtils
Decode a protocol string into a key-value map. -
DecodeFailureException - Exception in uk.org.ury.protocol.exceptions
Exception thrown when the protocol decoder fails.
DecodeFailureException(String) - -Constructor for exception uk.org.ury.protocol.exceptions.DecodeFailureException +
DecodeFailureException - Exception in uk.org.ury.common.protocol.exceptions
Exception thrown when the protocol decoder fails.
DecodeFailureException(String) - +Constructor for exception uk.org.ury.common.protocol.exceptions.DecodeFailureException
Construct a new DecodeFailureException with a reason. -
DEFAULT_MODULE_NAME - -Static variable in interface uk.org.ury.testrig.Launcher +
DEFAULT_MODULE_NAME - +Static variable in interface uk.org.ury.frontend.testrig.Launcher
  -
DemoControlPanel - Class in uk.org.ury.testrig
Control panel for the demo system.
DemoControlPanel() - -Constructor for class uk.org.ury.testrig.DemoControlPanel +
DemoControlPanel - Class in uk.org.ury.frontend.cpanels.menu
Control panel for the demo system.
DemoControlPanel() - +Constructor for class uk.org.ury.frontend.cpanels.menu.DemoControlPanel
Constructs a new DemoControlPanel. -
DemoMenu - Class in uk.org.ury.testrig
Application frontend, for testing early-stage frontend code.
DemoMenu() - -Constructor for class uk.org.ury.testrig.DemoMenu +
DemoMenu - Class in uk.org.ury.frontend.modules.menu
Application frontend, for testing early-stage frontend code.
DemoMenu() - +Constructor for class uk.org.ury.frontend.modules.menu.DemoMenu
  -
DemoMenuPanel - Class in uk.org.ury.testrig
 
DemoMenuPanel(FrontendMaster) - -Constructor for class uk.org.ury.testrig.DemoMenuPanel +
DemoMenuPanel - Class in uk.org.ury.frontend.modules.menu
 
DemoMenuPanel(FrontendMaster) - +Constructor for class uk.org.ury.frontend.modules.menu.DemoMenuPanel
Construct a new DemoMenuPanel. -
Directive - Enum in uk.org.ury.protocol
Directives supported by the protocol.
DOCTYPE - -Static variable in class uk.org.ury.server.Server +
Directive - Enum in uk.org.ury.common.protocol
Directives supported by the protocol.
DOCTYPE - +Static variable in class uk.org.ury.backend.server.Server
  -
doSearch(String) - -Method in class uk.org.ury.library.viewer.LibraryViewer +
doSearch(String) - +Method in class uk.org.ury.frontend.modules.library.LibraryViewer
Does a library search.

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 @@ - + E-Index @@ -82,22 +82,22 @@ function windowTitle()

E

-
EmptySearchException - Exception in uk.org.ury.library.exceptions
Exception thrown when a library search is initiated - in which the query string is null.
EmptySearchException() - -Constructor for exception uk.org.ury.library.exceptions.EmptySearchException +
EmptySearchException - Exception in uk.org.ury.common.library.exceptions
Exception thrown when a library search is initiated + in which the query string is null.
EmptySearchException() - +Constructor for exception uk.org.ury.common.library.exceptions.EmptySearchException
Construct a new EmptySearchException with a default reason. -
EmptySearchException(String) - -Constructor for exception uk.org.ury.library.exceptions.EmptySearchException +
EmptySearchException(String) - +Constructor for exception uk.org.ury.common.library.exceptions.EmptySearchException
Construct a new EmptySearchException. -
encode(Map<String, Object>) - -Static method in class uk.org.ury.protocol.ProtocolUtils +
encode(Map<String, Object>) - +Static method in class uk.org.ury.common.protocol.ProtocolUtils
Encode a key-value map into a protocol string. -
executeQuery(String, int) - -Method in class uk.org.ury.database.DatabaseDriver +
executeQuery(String, int) - +Method in class uk.org.ury.backend.database.DatabaseDriver
Execute an unprepared SQL statement with no arguments. -
executeQuery(String, Object[], int) - -Method in class uk.org.ury.database.DatabaseDriver +
executeQuery(String, Object[], int) - +Method in class uk.org.ury.backend.database.DatabaseDriver
Perform a SQL statement with arguments.

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 @@ - + F-Index @@ -106,13 +106,13 @@ Constructor for class uk.org.ury.frontend.FrontendError - Class in uk.org.ury.frontend
Factory for descriptive error dialogues.
FrontendError() - Constructor for class uk.org.ury.frontend.FrontendError
  -
FrontendFrame - Class in uk.org.ury.frontend
A frame that hosts a FrontendModulePanel, used for serving frontend - panels in a window (application mode).
FrontendFrame(String) - +
FrontendFrame - Class in uk.org.ury.frontend
A frame that hosts a FrontendModulePanel, used for serving frontend panels in + a window (application mode).
FrontendFrame(String) - Constructor for class uk.org.ury.frontend.FrontendFrame
Construct a new FrontendFrame given an initial frontend module.
FrontendMaster - Interface in uk.org.ury.frontend
Interface for classes providing the parent unit of a frontend - session.
FrontendModule - Interface in uk.org.ury.frontend
Interface for all system modules that are to be reachable from - the frontend array.
FrontendModulePanel - Class in uk.org.ury.frontend
A frontend user interface panel.
FrontendModulePanel(FrontendModule, FrontendMaster) - + session.
FrontendModule - Interface in uk.org.ury.frontend
Interface for all system modules that are to be reachable from the frontend + array.
FrontendModulePanel - Class in uk.org.ury.frontend
A frontend user interface panel.
FrontendModulePanel(FrontendModule, FrontendMaster) - Constructor for class uk.org.ury.frontend.FrontendModulePanel
Construct a new, blank FrontendModulePanel.
FrontendModulePanel(FrontendModule, String, FrontendMaster) - 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 @@ - + G-Index @@ -82,54 +82,54 @@ function windowTitle()

G

-
get(String) - -Method in class uk.org.ury.client.Client -
Get a raw response from the server. -
get(E) - -Method in class uk.org.ury.database.DatabaseItem +
get(E) - +Method in class uk.org.ury.backend.database.DatabaseItem
Query this item for a property. -
get(int) - -Method in class uk.org.ury.show.ShowChannel +
get(int) - +Method in class uk.org.ury.common.show.ShowChannel
Retrieves an item from the channel. -
getBins() - -Method in class uk.org.ury.show.viewer.ShowViewer +
get(String) - +Method in class uk.org.ury.frontend.client.Client +
Get a raw response from the server. +
getBins() - +Method in class uk.org.ury.frontend.modules.show.ShowViewer
  -
getChannelList(DatabaseDriver, int, int) - -Static method in class uk.org.ury.show.ShowUtils +
getChannelList(DatabaseDriver, int, int) - +Static method in class uk.org.ury.common.show.ShowUtils
Given a show and a channel, retrieve a list of all show items bound to that channel for the show. -
getChannels() - -Method in class uk.org.ury.show.viewer.ShowViewer +
getChannels() - +Method in class uk.org.ury.frontend.modules.show.ShowViewer
  -
getColumnClass(int) - -Method in class uk.org.ury.library.viewer.LibraryTableModel +
getColumnClass(int) - +Method in class uk.org.ury.frontend.modules.library.LibraryTableModel
  -
getColumnCount() - -Method in class uk.org.ury.library.viewer.LibraryTableModel +
getColumnCount() - +Method in class uk.org.ury.frontend.modules.library.LibraryTableModel
  -
getColumnName(int) - -Method in class uk.org.ury.library.viewer.LibraryTableModel +
getColumnName(int) - +Method in class uk.org.ury.frontend.modules.library.LibraryTableModel
  -
getDatabase() - -Method in class uk.org.ury.config.ConfigReader +
getDatabase() - +Method in class uk.org.ury.backend.config.ConfigReader
Get the database configuration -
getDatabaseConnection(UserClass) - -Method in class uk.org.ury.server.Server +
getDatabaseConnection(UserClass) - +Method in class uk.org.ury.backend.server.Server
Gets a database connection using the given user class. -
getDb() - -Method in class uk.org.ury.config.Database +
getDb() - +Method in class uk.org.ury.backend.config.Database
Get the name of the database -
getElementAt(int) - -Method in class uk.org.ury.show.ShowChannel +
getElementAt(int) - +Method in class uk.org.ury.common.show.ShowChannel
List model retrieval wrapper for get. -
getFromSQL(String) - -Static method in enum uk.org.ury.library.item.LibraryItemProperty +
getFromSQL(String) - +Static method in enum uk.org.ury.common.library.item.LibraryItemProperty
Retrieve a LibraryItemProperty given its SQL identifier. -
getHost() - -Method in class uk.org.ury.config.Database +
getHost() - +Method in class uk.org.ury.backend.config.Database
Get the hostname of the database server -
getLibraryList() - -Method in class uk.org.ury.library.viewer.LibraryViewer +
getLibraryList() - +Method in class uk.org.ury.frontend.modules.library.LibraryViewer
 
getModule() - Method in class uk.org.ury.frontend.FrontendModulePanel @@ -137,23 +137,23 @@ Method in class uk.org.ury.frontend.getModuleName() - Method in class uk.org.ury.frontend.FrontendModulePanel
  -
getModuleName() - -Method in class uk.org.ury.library.viewer.LibraryViewerPanel +
getModuleName() - +Method in class uk.org.ury.frontend.modules.library.LibraryViewerPanel
  -
getModuleName() - -Method in class uk.org.ury.show.viewer.ShowViewerPanel +
getModuleName() - +Method in class uk.org.ury.frontend.modules.menu.DemoMenuPanel
  -
getModuleName() - -Method in class uk.org.ury.testrig.DemoMenuPanel +
getModuleName() - +Method in class uk.org.ury.frontend.modules.show.ShowViewerPanel
  -
getPass() - -Method in class uk.org.ury.config.Auth +
getPass() - +Method in class uk.org.ury.backend.config.Auth
Get the password of the login -
getPort() - -Method in class uk.org.ury.config.Database +
getPort() - +Method in class uk.org.ury.backend.config.Database
Get the port the database server is running on -
getPublicFolders(DatabaseDriver) - -Static method in class uk.org.ury.show.ShowUtils +
getPublicFolders(DatabaseDriver) - +Static method in class uk.org.ury.common.show.ShowUtils
Return the names of the public track folders, or "bins".
getResourceDirectory() - Method in class uk.org.ury.frontend.FrontendApplet @@ -164,26 +164,26 @@ Method in class uk.org.ury.frontend.getResourceDirectory() - Method in interface uk.org.ury.frontend.FrontendMaster
  -
getRoAuth() - -Method in class uk.org.ury.config.ConfigReader +
getRoAuth() - +Method in class uk.org.ury.backend.config.ConfigReader
Get the read only login auth configuration -
getRowCount() - -Method in class uk.org.ury.library.viewer.LibraryTableModel +
getRowCount() - +Method in class uk.org.ury.frontend.modules.library.LibraryTableModel
  -
getRwAuth() - -Method in class uk.org.ury.config.ConfigReader +
getRwAuth() - +Method in class uk.org.ury.backend.config.ConfigReader
Get the read write login auth configuration -
getSize() - -Method in class uk.org.ury.show.ShowChannel +
getSize() - +Method in class uk.org.ury.common.show.ShowChannel
  -
getUser() - -Method in class uk.org.ury.config.Auth +
getUser() - +Method in class uk.org.ury.backend.config.Auth
Get the username of the login -
getValueAt(int, int) - -Method in class uk.org.ury.library.viewer.LibraryTableModel +
getValueAt(int, int) - +Method in class uk.org.ury.frontend.modules.library.LibraryTableModel
  -
getVersion() - -Method in class uk.org.ury.server.Server +
getVersion() - +Method in class uk.org.ury.backend.server.Server
 

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 @@ - + H-Index @@ -82,58 +82,58 @@ function windowTitle()

H

-
handle(HttpRequest, HttpResponse, HttpContext) - -Method in class uk.org.ury.server.AbstractRequestHandler +
handle(HttpRequest, HttpResponse, HttpContext) - +Method in class uk.org.ury.backend.server.AbstractRequestHandler
Begins handling of a HTTP request. -
HandleFailureException - Exception in uk.org.ury.server.exceptions
Generic exception thrown when a server request handler fails to - handle a request.
HandleFailureException() - -Constructor for exception uk.org.ury.server.exceptions.HandleFailureException +
HandleFailureException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when a server request handler fails to + handle a request.
HandleFailureException() - +Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException
Construct a new HandleFailureException with a default reason. -
HandleFailureException(String) - -Constructor for exception uk.org.ury.server.exceptions.HandleFailureException +
HandleFailureException(String) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException
Construct a new HandleFailureException. -
handleGet(HttpRequest, HttpResponse, HttpContext) - -Method in class uk.org.ury.library.LibraryRequestHandler +
handleGet(HttpRequest, HttpResponse, HttpContext) - +Method in class uk.org.ury.backend.handlers.LibraryRequestHandler
Handle a HTTP GET request. -
handleGet(HttpRequest, HttpResponse, HttpContext) - -Method in class uk.org.ury.server.HttpHandler +
handleGet(HttpRequest, HttpResponse, HttpContext) - +Method in class uk.org.ury.backend.server.HttpHandler
Handle a HTTP GET request. -
handleGetRequest(Map<String, String>, Server) - -Method in interface uk.org.ury.server.ApiRequestHandler +
handleGetRequest(Map<String, String>, Server) - +Method in interface uk.org.ury.backend.server.ApiRequestHandler
Handle a server GET request (that is, a request for data output). -
handleGetRequest(Map<String, String>, Server) - -Method in class uk.org.ury.server.ServerRequestHandler +
handleGetRequest(Map<String, String>, Server) - +Method in class uk.org.ury.backend.server.ServerRequestHandler
Handle a server GET request (that is, a request for data output). -
HandlerNotFoundException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server request handler requested - by the client is not * found in the class space.
HandlerNotFoundException() - -Constructor for exception uk.org.ury.server.exceptions.HandlerNotFoundException +
HandlerNotFoundException - Exception in uk.org.ury.backend.server.exceptions
Exception thrown when the server request handler requested + by the client is not * found in the class space.
HandlerNotFoundException() - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlerNotFoundException
Construct a new HandlerNotFoundException with a default reason. -
HandlerNotFoundException(String, Throwable) - -Constructor for exception uk.org.ury.server.exceptions.HandlerNotFoundException +
HandlerNotFoundException(String, Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlerNotFoundException
Construct a new HandlerNotFoundException with a class name and chained exception. -
HandlerSetupFailureException - Exception in uk.org.ury.server.exceptions
Exception thrown when the server request handler requested - by the client cannot be set up to process the request.
HandlerSetupFailureException() - -Constructor for exception uk.org.ury.server.exceptions.HandlerSetupFailureException +
HandlerSetupFailureException - Exception in uk.org.ury.backend.server.exceptions
Exception thrown when the server request handler requested + by the client cannot be set up to process the request.
HandlerSetupFailureException() - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlerSetupFailureException
Construct a new HandlerNotFoundException with a default reason. -
HandlerSetupFailureException(String, Throwable) - -Constructor for exception uk.org.ury.server.exceptions.HandlerSetupFailureException +
HandlerSetupFailureException(String, Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlerSetupFailureException
Construct a new HandlerSetupFailureException with a class name and chained exception. -
HandlingException - Exception in uk.org.ury.server.exceptions
Generic exception thrown when the server cannot handle a request.
HandlingException(String) - -Constructor for exception uk.org.ury.server.exceptions.HandlingException +
HandlingException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when the server cannot handle a request.
HandlingException(String) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlingException
Construct a HandlingException with a reason. -
HandlingException(String, Throwable) - -Constructor for exception uk.org.ury.server.exceptions.HandlingException +
HandlingException(String, Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandlingException
Construct a HandlingException with a reason and a cause to chain. -
has(E) - -Method in class uk.org.ury.database.DatabaseItem +
has(E) - +Method in class uk.org.ury.backend.database.DatabaseItem
Check whether a property has been set in the item.
HintField - Class in uk.org.ury.frontend
A non-editable text area displaying a hint about how to use a frontend screen.
HintField() - @@ -142,14 +142,14 @@ Constructor for class uk.org.ury.frontend.HintField(String) - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField. -
HttpHandler - Class in uk.org.ury.server
 
HttpHandler(Server, String) - -Constructor for class uk.org.ury.server.HttpHandler +
HttpHandler - Class in uk.org.ury.backend.server
 
HttpHandler(Server, String) - +Constructor for class uk.org.ury.backend.server.HttpHandler
Construct a new HttpHandler. -
HttpListenerThread - Class in uk.org.ury.server
Listener thread for the URY server HTTP interface.
HttpListenerThread(int, Server) - -Constructor for class uk.org.ury.server.HttpListenerThread +
HttpListenerThread - Class in uk.org.ury.backend.server
Listener thread for the URY server HTTP interface.
HttpListenerThread(int, Server) - +Constructor for class uk.org.ury.backend.server.HttpListenerThread
  -
HttpWorkerThread - Class in uk.org.ury.server
A worker thread in the server HTTP interface.
HttpWorkerThread(HttpService, HttpServerConnection) - -Constructor for class uk.org.ury.server.HttpWorkerThread +
HttpWorkerThread - Class in uk.org.ury.backend.server
A worker thread in the server HTTP interface.
HttpWorkerThread(HttpService, HttpServerConnection) - +Constructor for class uk.org.ury.backend.server.HttpWorkerThread
Construct a new HttpWorkerThread.

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 @@ - + I-Index @@ -82,15 +82,15 @@ function windowTitle()

I

-
INDEX_HTML - -Static variable in class uk.org.ury.server.Server +
INDEX_HTML - +Static variable in class uk.org.ury.backend.server.Server
 
init() - Method in class uk.org.ury.frontend.FrontendApplet
Main method. -
InvalidMessageException - Exception in uk.org.ury.protocol.exceptions
Generic exception thrown when a protocol function cannot process a - message due to an issue with the message.
InvalidMessageException(String) - -Constructor for exception uk.org.ury.protocol.exceptions.InvalidMessageException +
InvalidMessageException - Exception in uk.org.ury.common.protocol.exceptions
Generic exception thrown when a protocol function cannot process a + message due to an issue with the message.
InvalidMessageException(String) - +Constructor for exception uk.org.ury.common.protocol.exceptions.InvalidMessageException
Construct a new InvalidMessageException with a reason.

-- cgit v1.2.3