aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-1.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-20 16:38:51 +0000
commitcee53b021632c95f1b4882664a31ca639a9b0700 (patch)
tree436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/index-files/index-1.html
parent0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff)
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
Diffstat (limited to 'doc/index-files/index-1.html')
-rw-r--r--doc/index-files/index-1.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html
index fe3d35a..888aa74 100644
--- a/doc/index-files/index-1.html
+++ b/doc/index-files/index-1.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>
A-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,19 +78,25 @@ 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="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend"><B>AbstractFrontendModule</B></A> - Class in <A HREF="../uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A><DD>An abstract implementation of the FrontendModule interface.<DT><A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html#AbstractFrontendModule()"><B>AbstractFrontendModule()</B></A> -
Constructor for class uk.org.ury.frontend.<A HREF="../uk/org/ury/frontend/AbstractFrontendModule.html" title="class in uk.org.ury.frontend">AbstractFrontendModule</A>
<DD>&nbsp;
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.ShowItem)"><B>add(int, ShowItem)</B></A> -
+<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(int, uk.org.ury.show.item.ShowItem)"><B>add(int, ShowItem)</B></A> -
Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
<DD>Add a new item to the channel.
-<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.ShowItem)"><B>add(ShowItem)</B></A> -
+<DT><A HREF="../uk/org/ury/show/ShowChannel.html#add(uk.org.ury.show.item.ShowItem)"><B>add(ShowItem)</B></A> -
Method in class uk.org.ury.show.<A HREF="../uk/org/ury/show/ShowChannel.html" title="class in uk.org.ury.show">ShowChannel</A>
<DD>Add a new item to the end of the channel.
+<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig"><B>ApplicationLauncher</B></A> - Class in <A HREF="../uk/org/ury/testrig/package-summary.html">uk.org.ury.testrig</A><DD>An application-based entry point into the frontend.<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#ApplicationLauncher()"><B>ApplicationLauncher()</B></A> -
+Constructor for class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A>
+<DD>&nbsp;
+<DT><A HREF="../uk/org/ury/database/DatabaseItem.html#asResponse()"><B>asResponse()</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>Retrieve a map of string representations of the properties.
<DT><A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config"><B>Auth</B></A> - Class in <A HREF="../uk/org/ury/config/package-summary.html">uk.org.ury.config</A><DD>A login authorisation configuration<DT><A HREF="../uk/org/ury/config/Auth.html#Auth(java.lang.String, java.lang.String)"><B>Auth(String, String)</B></A> -
Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html" title="class in uk.org.ury.config">Auth</A>
<DD>Create a login auth object
@@ -148,7 +154,7 @@ Constructor for class uk.org.ury.config.<A HREF="../uk/org/ury/config/Auth.html"
<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>