diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-24 14:45:36 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-24 14:45:36 +0000 |
commit | edf99237651912c729ae89464ca8cc1305c55957 (patch) | |
tree | eb4facbffd59c0d7fc590af412c5a1523c50402d /doc/index-files/index-5.html | |
parent | cb0a78131286b1a312351308d2cb6e59ed122fef (diff) |
Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler.
Diffstat (limited to 'doc/index-files/index-5.html')
-rw-r--r-- | doc/index-files/index-5.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 048b8e4..f190393 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> E-Index </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> @@ -93,6 +93,9 @@ Constructor for exception uk.org.ury.common.library.exceptions.<A HREF="../uk/or <DT><A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html#encode(java.util.Map)"><B>encode(Map<String, Object>)</B></A> - Static method in class uk.org.ury.common.protocol.<A HREF="../uk/org/ury/common/protocol/ProtocolUtils.html" title="class in uk.org.ury.common.protocol">ProtocolUtils</A> <DD>Encode a key-value map into a protocol string. +<DT><A HREF="../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>EncodeFailureException</B></A> - Exception in <A HREF="../uk/org/ury/common/protocol/exceptions/package-summary.html">uk.org.ury.common.protocol.exceptions</A><DD>Exception thrown when the protocol encoder fails.<DT><A HREF="../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html#EncodeFailureException(java.lang.Throwable)"><B>EncodeFailureException(Throwable)</B></A> - +Constructor for exception uk.org.ury.common.protocol.exceptions.<A HREF="../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A> +<DD>Construct a new EncodeFailureException with a chained exception. <DT><A HREF="../uk/org/ury/backend/database/DatabaseDriver.html#executeQuery(java.lang.String, int)"><B>executeQuery(String, int)</B></A> - Method in class uk.org.ury.backend.database.<A HREF="../uk/org/ury/backend/database/DatabaseDriver.html" title="class in uk.org.ury.backend.database">DatabaseDriver</A> <DD>Execute an unprepared SQL statement with no arguments. |