Trees | Index | Help |
---|
|
Generic
: Generic Web framework interfaces.
Helpers
: Helper classes and functions.
Auth
: Authentication/authorisation helper classes and functions.
Environment
: Environment helper functions.
Request
: Request helper classes.
Response
: Response helper classes.
Session
: Session helper functions.
Repositories
: Repositories for WebStack, providing session-like interfaces to places where
information is stored.
Directory
: Directory repositories for WebStack.
Resources
: Common resources for WebStack applications.
Login
: Login resources which redirect clients back to an application after a successful
login.
LoginRedirect
: Login redirection resources, sending unauthenticated users to a login screen
URL.
ResourceMap
: Mapping from names to resources.
Selectors
: Resources which "select" other resources, sometimes causing desirable
side-effects.
Static
: Resources for serving static content.
WebStack.Generic.Authenticator
:
A generic authentication component.
WebStack.Generic.Resource
:
A generic resource interface.
WebStack.Generic.Transaction
:
A generic transaction interface containing framework-specific methods to be
overridden.
WebStack.Helpers.Auth.UserInfo
:
A class used to represent user information in terms of the authentication
scheme employed and the user details.
WebStack.Helpers.Request.Cookie
:
A simple cookie class for frameworks which do not return cookies in
structured form.
WebStack.Helpers.Request.FileContent
:
A simple class representing uploaded file content.
WebStack.Helpers.Request.HeaderValue
:
A container for header information.
WebStack.Helpers.Request.ContentType
:
A container for content type information.
WebStack.Helpers.Request.MessageBodyStream
:
A naive stream class, providing a non-blocking stream for transactions when
reading the message body.
WebStack.Helpers.Response.ConvertingStream
:
A converting stream which converts Unicode text to plain strings.
WebStack.Helpers.Session.SessionStore
:
A class representing a session store.
WebStack.Helpers.Session.Wrapper
:
A wrapper around shelf objects.
WebStack.Repositories.Directory.DirectoryRepository
:
A directory repository providing session-like access to files.
WebStack.Resources.Login.LoginAuthenticator
WebStack.Resources.Login.LoginResource
:
A resource providing a login screen.
WebStack.Resources.LoginRedirect.LoginRedirectAuthenticator
:
An authenticator which verifies the credentials provided in a special login cookie.
WebStack.Resources.LoginRedirect.LoginRedirectResource
:
A resource redirecting to a login URL.
WebStack.Resources.ResourceMap.MapResource
:
A resource mapping names to other resources.
WebStack.Resources.Selectors.EncodingSelector
:
Set the default encoding (or "charset") on transactions presented to this
resource.
WebStack.Resources.Selectors.PathSelector
:
Set a request's current path and processed path info on an attribute.
WebStack.Resources.Static.DirectoryResource
:
A resource serving the contents of a filesystem directory.
WebStack.Resources.Static.FileResource
:
A file serving resource.
exceptions.Exception
:
Common base class for all exceptions.
WebStack.Generic.EndOfResponse
:
An exception which signals the end of a response.
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 1 00:37:14 2007 | http://epydoc.sf.net |