A B C D E F G H I L M N P Q R S T U V

H

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
Construct a new HandleFailureException with a default reason.
HandleFailureException(String) - Constructor for exception uk.org.ury.server.exceptions.HandleFailureException
Construct a new HandleFailureException.
handleGet(List<String>) - Method in class uk.org.ury.server.Server
Handle a HTTP GET request.
handleGetRequest(Map<String, String>, Server) - Method in class uk.org.ury.library.LibraryRequestHandler
Handle a server GET request (that is, a request for data output).
handleGetRequest(Map<String, String>, Server) - Method in interface uk.org.ury.server.RequestHandler
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
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
Construct a new HandlerNotFoundException with a default reason.
HandlerNotFoundException(String, Throwable) - Constructor for exception uk.org.ury.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
Construct a new HandlerNotFoundException with a default reason.
HandlerSetupFailureException(String, Throwable) - Constructor for exception uk.org.ury.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
Construct a HandlingException with a reason.
HandlingException(String, Throwable) - Constructor for exception uk.org.ury.server.exceptions.HandlingException
Construct a HandlingException with a reason and a cause to chain.
has(E) - Method in class uk.org.ury.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() - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField with no initial hint.
HintField(String) - Constructor for class uk.org.ury.frontend.HintField
Construct a new HintField.

A B C D E F G H I L M N P Q R S T U V