From edf99237651912c729ae89464ca8cc1305c55957 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Thu, 24 Mar 2011 14:45:36 +0000 Subject: Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler. --- doc/index-files/index-8.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 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 72c2efe..fe57aa3 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ - + H-Index - + @@ -85,14 +85,16 @@ function windowTitle()
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.backend.server.exceptions
Generic exception thrown when a server request handler fails to - handle a request.
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. +
Constructs a new HandleFailureException with a default reason.
HandleFailureException(String) - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException -
Construct a new HandleFailureException. +
Constructs a new HandleFailureException. +
HandleFailureException(Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException +
Constructs a new HandleFailureException with a chained exception.
handleGet(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.handlers.LibraryRequestHandler
Handle a HTTP GET request. -- cgit v1.2.3