From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/database/DatabaseItem.html | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'doc/uk/org/ury/database/DatabaseItem.html') diff --git a/doc/uk/org/ury/database/DatabaseItem.html b/doc/uk/org/ury/database/DatabaseItem.html index 7223386..1f2da1b 100644 --- a/doc/uk/org/ury/database/DatabaseItem.html +++ b/doc/uk/org/ury/database/DatabaseItem.html @@ -2,12 +2,12 @@ - + DatabaseItem - + @@ -96,7 +96,7 @@ java.lang.Object extended by uk.org.ury.database.DatabaseItem<E,T>
-
Direct Known Subclasses:
LibraryItem, ShowItem
+
Direct Known Subclasses:
LibraryItem, ShowItem

@@ -144,6 +144,14 @@ An abstract class presenting a template for objects serving as + java.util.Map<java.lang.String,java.lang.String> +asResponse() + +
+          Retrieve a map of string representations of the properties. + + +  T get(E property) @@ -233,6 +241,22 @@ public

+asResponse

+
+public java.util.Map<java.lang.String,java.lang.String> asResponse()
+
+
Retrieve a map of string representations of the properties. + + This relies on E and T having meaningful toString methods. +

+

+ +
Returns:
a list of lines representing the response.
+
+

-- cgit v1.2.3