| 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.
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.
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.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.Static.DirectoryResource:
A resource serving the contents of a filesystem directory.
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 Oct 20 19:07:58 2005 | http://epydoc.sf.net |