Home
Trees
Indices
Help
Documentation Index
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
formencode.api.NoDefault
object
:
The most base type
elixir.entity.Entity
:
The base class for all entities
posterity.model.Account
posterity.model.System
:
Table for storage of system wide settings.
posterity.model.Tag
posterity.model.Conv
:
A Conversation is a set of related messages.
posterity.model.Msg
:
Each
Msg
instance represents an email message
posterity.model.Identity
:
Email sending identity
posterity.model.UserSession
:
The
UserSession
keeps track of the currently logged in user.
posterity.controllers.IdentityController
paste.wsgiwrappers.WSGIRequest
:
WSGI Request API Object
posterity.web.Request
:
A paste.WSGIRequest subclass with some extra features
posterity.web.FormRewriteFilter
:
Rewrite PUT/DELETE forms into POST forms.
posterity.controllers.MsgController
formencode.declarative.Declarative
formencode.api.Validator
:
The base class of most validators.
formencode.api.FancyValidator
:
FancyValidator is the (abstract) superclass for various validators and converters.
formencode.schema.Schema
:
A schema validates a dictionary of values, applying different validators (be key) to the different values.
posterity.controllers.ComposerSchema
:
Messages
posterity.controllers.IdentitySchema
:
Messages
posterity.controllers.TagSchema
:
Messages
posterity.controllers.IdentityValidator
:
Messages
formencode.validators.String
:
Converts things to string, but treats empty things as the empty string.
formencode.validators.UnicodeString
:
Converts things to unicode string, this is a specialization of the String class.
posterity.controllers.TagNameValidator
:
Tag name validator.
posterity.app.FormRewriteMiddleware
:
Detect simulated PUT/DELETE requests.
posterity.admin.admin.AdminCommand
:
Posterity admin command base class
posterity.admin.account.AccountCommand
posterity.admin.initdb.InitDBCommand
:
The "initdb" admin command
posterity.admin.inject.InjectCommand
posterity.admin.serve.ServeCommand
:
The 'serve' admin command.
posterity.msg.MessageRenderer
:
Parses a rfc822 message into a python structure.
posterity.msg.EmailFilter
:
Rename unwanted elements from html emails
posterity.web.CSRFFilter
:
Cross Site Request Forgery protection filter
dict
:
dict() -> new empty dictionary.
posterity.web.ValidationState
posterity.app.SessionMiddleware
:
A WSGI middleware that wraps each request inside a session.
posterity.controllers.ConvController
posterity.app.TransactionMiddleware
:
This wsgi-app wraps each request in a database transaction.
posterity.app.CSRFMiddleware
:
WSGI filter that validates form tokens
posterity.controllers.LoginController
type
:
type(object) -> the object's type type(name, bases, dict) -> a new type
formencode.declarative.DeclarativeMeta
elixir.entity.EntityMeta
:
Entity meta class.
posterity.controllers.TagController
posterity.app.PatchEnvironMiddleware
:
Patches the WSGI environment according to the base_url parameter
posterity.admin.inject.Injector
Home
Trees
Indices
Help
Documentation Index
Generated by Epydoc 3.0beta1 on Mon Aug 20 20:08:30 2007
http://epydoc.sourceforge.net