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-8.html | 76 ++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'doc/index-files/index-8.html') 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.

-- cgit v1.2.3