From edf99237651912c729ae89464ca8cc1305c55957 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Thu, 24 Mar 2011 14:45:36 +0000 Subject: Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler. --- doc/uk/org/ury/common/library/LibraryUtils.html | 27 ++++++++++------------ .../ury/common/library/class-use/LibraryUtils.html | 4 ++-- .../library/exceptions/EmptySearchException.html | 4 ++-- .../exceptions/class-use/EmptySearchException.html | 6 ++--- .../common/library/exceptions/package-frame.html | 4 ++-- .../common/library/exceptions/package-summary.html | 4 ++-- .../common/library/exceptions/package-tree.html | 4 ++-- .../ury/common/library/exceptions/package-use.html | 4 ++-- .../org/ury/common/library/item/LibraryItem.html | 4 ++-- .../common/library/item/LibraryItemProperty.html | 4 ++-- .../common/library/item/class-use/LibraryItem.html | 6 ++--- .../item/class-use/LibraryItemProperty.html | 4 ++-- .../org/ury/common/library/item/package-frame.html | 4 ++-- .../ury/common/library/item/package-summary.html | 4 ++-- .../org/ury/common/library/item/package-tree.html | 4 ++-- .../org/ury/common/library/item/package-use.html | 4 ++-- doc/uk/org/ury/common/library/package-frame.html | 4 ++-- doc/uk/org/ury/common/library/package-summary.html | 8 +++---- doc/uk/org/ury/common/library/package-tree.html | 4 ++-- doc/uk/org/ury/common/library/package-use.html | 4 ++-- 20 files changed, 54 insertions(+), 57 deletions(-) (limited to 'doc/uk/org/ury/common/library') diff --git a/doc/uk/org/ury/common/library/LibraryUtils.html b/doc/uk/org/ury/common/library/LibraryUtils.html index 17c9bd1..39bac0c 100644 --- a/doc/uk/org/ury/common/library/LibraryUtils.html +++ b/doc/uk/org/ury/common/library/LibraryUtils.html @@ -2,12 +2,12 @@ - + LibraryUtils - + @@ -101,8 +101,8 @@ java.lang.Object

-A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database. +A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database.

@@ -145,7 +145,7 @@ A set of common utility routines to facilitate the extraction of java.lang.String search)
-          Perform a library search. +          Performs a library search.   @@ -195,20 +195,17 @@ public static java.util.List<QueryFailureException, EmptySearchException

-
Perform a library search. +
Performs a library search.

-
Parameters:
db - The database to query.
search - The search fragment to include in the search. - Can be empty or null. +
Parameters:
db - The database to query.
search - The search fragment to include in the search. Can be empty or + null.
Returns:
a list of LibraryItems matching the search terms.
Throws: -
java.lang.IllegalArgumentException - if the search term is - are null. -
QueryFailureException - if the database backend - yielded an error while executing the search - query. -
EmptySearchException - if the search term is - empty (to be handled as a user error).
+
java.lang.IllegalArgumentException - if the search term is are null. +
QueryFailureException - if the database backend yielded an error while executing the + search query. +
EmptySearchException - if the search term is empty (to be handled as a user error).
diff --git a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html index ceeb507..55b07c0 100644 --- a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html +++ b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.common.library.LibraryUtils - + diff --git a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html index 6275938..be18c1b 100644 --- a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html +++ b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html @@ -2,12 +2,12 @@ - + EmptySearchException - + diff --git a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html index fef6228..22cad31 100644 --- a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html +++ b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.common.library.exceptions.EmptySearchException - + @@ -121,7 +121,7 @@ Uses of + diff --git a/doc/uk/org/ury/common/library/exceptions/package-summary.html b/doc/uk/org/ury/common/library/exceptions/package-summary.html index 71be17a..3820a99 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-summary.html +++ b/doc/uk/org/ury/common/library/exceptions/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library.exceptions - + diff --git a/doc/uk/org/ury/common/library/exceptions/package-tree.html b/doc/uk/org/ury/common/library/exceptions/package-tree.html index b6fd4b7..1d7fda1 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-tree.html +++ b/doc/uk/org/ury/common/library/exceptions/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library.exceptions Class Hierarchy - + diff --git a/doc/uk/org/ury/common/library/exceptions/package-use.html b/doc/uk/org/ury/common/library/exceptions/package-use.html index fe5dfca..b0c91aa 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-use.html +++ b/doc/uk/org/ury/common/library/exceptions/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.common.library.exceptions - + diff --git a/doc/uk/org/ury/common/library/item/LibraryItem.html b/doc/uk/org/ury/common/library/item/LibraryItem.html index d72ba28..2358ecf 100644 --- a/doc/uk/org/ury/common/library/item/LibraryItem.html +++ b/doc/uk/org/ury/common/library/item/LibraryItem.html @@ -2,12 +2,12 @@ - + LibraryItem - + diff --git a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html index 7b2150e..fc02d8a 100644 --- a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html +++ b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html @@ -2,12 +2,12 @@ - + LibraryItemProperty - + diff --git a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html index f460c06..2af73bc 100644 --- a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html +++ b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.common.library.item.LibraryItem - + @@ -121,7 +121,7 @@ Uses of + diff --git a/doc/uk/org/ury/common/library/item/package-frame.html b/doc/uk/org/ury/common/library/item/package-frame.html index abd1b4e..e02b0be 100644 --- a/doc/uk/org/ury/common/library/item/package-frame.html +++ b/doc/uk/org/ury/common/library/item/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library.item - + diff --git a/doc/uk/org/ury/common/library/item/package-summary.html b/doc/uk/org/ury/common/library/item/package-summary.html index a1330d0..33fb6f7 100644 --- a/doc/uk/org/ury/common/library/item/package-summary.html +++ b/doc/uk/org/ury/common/library/item/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library.item - + diff --git a/doc/uk/org/ury/common/library/item/package-tree.html b/doc/uk/org/ury/common/library/item/package-tree.html index 8ef50c5..e0c84af 100644 --- a/doc/uk/org/ury/common/library/item/package-tree.html +++ b/doc/uk/org/ury/common/library/item/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library.item Class Hierarchy - + diff --git a/doc/uk/org/ury/common/library/item/package-use.html b/doc/uk/org/ury/common/library/item/package-use.html index 3424b63..52a3731 100644 --- a/doc/uk/org/ury/common/library/item/package-use.html +++ b/doc/uk/org/ury/common/library/item/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.common.library.item - + diff --git a/doc/uk/org/ury/common/library/package-frame.html b/doc/uk/org/ury/common/library/package-frame.html index fa4d666..374ef00 100644 --- a/doc/uk/org/ury/common/library/package-frame.html +++ b/doc/uk/org/ury/common/library/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library - + diff --git a/doc/uk/org/ury/common/library/package-summary.html b/doc/uk/org/ury/common/library/package-summary.html index 986e26b..2129365 100644 --- a/doc/uk/org/ury/common/library/package-summary.html +++ b/doc/uk/org/ury/common/library/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library - + @@ -90,8 +90,8 @@ Package uk.org.ury.common.library LibraryUtils -A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database. +A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database.   diff --git a/doc/uk/org/ury/common/library/package-tree.html b/doc/uk/org/ury/common/library/package-tree.html index 4cca21e..0a60407 100644 --- a/doc/uk/org/ury/common/library/package-tree.html +++ b/doc/uk/org/ury/common/library/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.common.library Class Hierarchy - + diff --git a/doc/uk/org/ury/common/library/package-use.html b/doc/uk/org/ury/common/library/package-use.html index 36dc7e5..8f7ff8a 100644 --- a/doc/uk/org/ury/common/library/package-use.html +++ b/doc/uk/org/ury/common/library/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.common.library - + -- cgit v1.2.3