From df7d7981b56a4560c95ea7e9b194080e93398ecf Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Mon, 21 Mar 2011 21:54:31 +0000 Subject: GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh. --- doc/index-files/index-1.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/index-files/index-1.html') diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index eb48bf3..7bc89e8 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,7 +2,7 @@ - + A-Index @@ -85,25 +85,25 @@ function windowTitle()
AbstractFrontendModule - Class in uk.org.ury.frontend
An abstract implementation of the FrontendModule interface.
AbstractFrontendModule() - Constructor for class uk.org.ury.frontend.AbstractFrontendModule
  -
AbstractRequestHandler - Class in uk.org.ury.server
An abstract request handler for HttpCore, providing basic functionality such - as uniform error response.
AbstractRequestHandler(Server, String) - -Constructor for class uk.org.ury.server.AbstractRequestHandler +
AbstractRequestHandler - Class in uk.org.ury.backend.server
An abstract request handler for HttpCore, providing basic functionality such + as uniform error response.
AbstractRequestHandler(Server, String) - +Constructor for class uk.org.ury.backend.server.AbstractRequestHandler
Constructs a new AbstractRequestHandler. -
add(int, ShowItem) - -Method in class uk.org.ury.show.ShowChannel +
add(int, ShowItem) - +Method in class uk.org.ury.common.show.ShowChannel
Adds a new item to the channel. -
add(ShowItem) - -Method in class uk.org.ury.show.ShowChannel +
add(ShowItem) - +Method in class uk.org.ury.common.show.ShowChannel
Adds a new item to the end of the channel. -
ApiRequestHandler - Interface in uk.org.ury.server
Interface for classes that can handle requests addressed to their - class name from the main server.
ApplicationLauncher - Class in uk.org.ury.testrig
An application-based entry point into the frontend.
ApplicationLauncher() - -Constructor for class uk.org.ury.testrig.ApplicationLauncher +
ApiRequestHandler - Interface in uk.org.ury.backend.server
Interface for classes that can handle requests addressed to their + class name from the main server.
ApplicationLauncher - Class in uk.org.ury.frontend.testrig
An application-based entry point into the frontend.
ApplicationLauncher() - +Constructor for class uk.org.ury.frontend.testrig.ApplicationLauncher
  -
asResponse() - -Method in class uk.org.ury.database.DatabaseItem +
asResponse() - +Method in class uk.org.ury.backend.database.DatabaseItem
Retrieve a map of string representations of the properties. -
Auth - Class in uk.org.ury.config
A login authorisation configuration
Auth(String, String) - -Constructor for class uk.org.ury.config.Auth +
Auth - Class in uk.org.ury.backend.config
A login authorisation configuration
Auth(String, String) - +Constructor for class uk.org.ury.backend.config.Auth
Create a login auth object
-- cgit v1.2.3