diff options
Diffstat (limited to 'doc/index-files/index-8.html')
-rw-r--r-- | doc/index-files/index-8.html | 56 |
1 files changed, 52 insertions, 4 deletions
diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 285f452..86db5a8 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:55 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> <TITLE> H-Index </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -78,10 +78,58 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> <A NAME="_H_"><!-- --></A><H2> <B>H</B></H2> <DL> +<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandleFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when a server request handler fails to + handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException()"><B>HandleFailureException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> +<DD>Construct a new HandleFailureException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html#HandleFailureException(java.lang.String)"><B>HandleFailureException(String)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandleFailureException.html" title="class in uk.org.ury.server.exceptions">HandleFailureException</A> +<DD>Construct a new HandleFailureException. +<DT><A HREF="../uk/org/ury/server/Server.html#handleGet(java.util.List)"><B>handleGet(List<String>)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A> +<DD>Handle a HTTP GET request. +<DT><A HREF="../uk/org/ury/library/LibraryRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in class uk.org.ury.library.<A HREF="../uk/org/ury/library/LibraryRequestHandler.html" title="class in uk.org.ury.library">LibraryRequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/RequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in interface uk.org.ury.server.<A HREF="../uk/org/ury/server/RequestHandler.html" title="interface in uk.org.ury.server">RequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/ServerRequestHandler.html#handleGetRequest(java.util.Map, uk.org.ury.server.Server)"><B>handleGetRequest(Map<String, String>, Server)</B></A> - +Method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/ServerRequestHandler.html" title="class in uk.org.ury.server">ServerRequestHandler</A> +<DD>Handle a server GET request (that is, a request for data + output). +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerNotFoundException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested + by the client is not * found in the class space.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException()"><B>HandlerNotFoundException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html#HandlerNotFoundException(java.lang.String, java.lang.Throwable)"><B>HandlerNotFoundException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerNotFoundException.html" title="class in uk.org.ury.server.exceptions">HandlerNotFoundException</A> +<DD>Construct a new HandlerNotFoundException with a class name and + chained exception. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions"><B>HandlerSetupFailureException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Exception thrown when the server request handler requested + by the client cannot be set up to process the request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException()"><B>HandlerSetupFailureException()</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> +<DD>Construct a new HandlerNotFoundException with a + default reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html#HandlerSetupFailureException(java.lang.String, java.lang.Throwable)"><B>HandlerSetupFailureException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlerSetupFailureException.html" title="class in uk.org.ury.server.exceptions">HandlerSetupFailureException</A> +<DD>Construct a new HandlerSetupFailureException with a class name + and chained exception. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions"><B>HandlingException</B></A> - Exception in <A HREF="../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A><DD>Generic exception thrown when the server cannot handle a request.<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String)"><B>HandlingException(String)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> +<DD>Construct a HandlingException with a reason. +<DT><A HREF="../uk/org/ury/server/exceptions/HandlingException.html#HandlingException(java.lang.String, java.lang.Throwable)"><B>HandlingException(String, Throwable)</B></A> - +Constructor for exception uk.org.ury.server.exceptions.<A HREF="../uk/org/ury/server/exceptions/HandlingException.html" title="class in uk.org.ury.server.exceptions">HandlingException</A> +<DD>Construct a HandlingException with a reason and a cause to + chain. <DT><A HREF="../uk/org/ury/database/DatabaseItem.html#has(E)"><B>has(E)</B></A> - Method in class uk.org.ury.database.<A HREF="../uk/org/ury/database/DatabaseItem.html" title="class in uk.org.ury.database">DatabaseItem</A> <DD>Check whether a property has been set in the item. @@ -146,7 +194,7 @@ Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/HintFi <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">Q</A> <A HREF="index-14.html">R</A> <A HREF="index-15.html">S</A> <A HREF="index-16.html">T</A> <A HREF="index-17.html">U</A> <A HREF="index-18.html">V</A> <HR> +<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">L</A> <A HREF="index-11.html">M</A> <A HREF="index-12.html">N</A> <A HREF="index-13.html">P</A> <A HREF="index-14.html">Q</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <HR> </BODY> </HTML> |