Package WebStack :: Module Generic
[show private | hide private]
[frames | no frames]

Module WebStack.Generic

Generic Web framework interfaces.
The WebStack architecture consists of the following layers:

  * Framework - The underlying Web framework implementation.
  * Adapter   - Code operating under the particular framework which creates
                WebStack abstractions and issues them to the application.
  * Resources - Units of functionality operating within the hosted Web
                application.

Resources can act as both content producers within an application and as request
dispatchers to other resources; in the latter role, they may be referred to as
directors.

Classes
Authenticator A generic authentication component.
ContentType A container for content type information.
HeaderValue A container for header information.
Resource A generic resource interface.
Transaction A generic transaction interface containing framework-specific methods to be overridden.

Exceptions
EndOfResponse An exception which signals the end of a response.

Generated by Epydoc 2.1 on Sun May 1 20:27:34 2005 http://epydoc.sf.net