[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- ConfigParser.RawConfigParser
- ConfigParser.ConfigParser
- ConfigParser.SafeConfigParser
- formencode.api.NoDefault
- object:
The most base type
- posterity.web.middleware.CSRFMiddleware:
WSGI filter that validates form tokens
- posterity.admin.inject.Injector
- elixir.entity.Entity:
The base class for all entities
- posterity.core.PosterityApplication:
Posterity WSGI application
- paste.wsgiwrappers.WSGIRequest:
WSGI Request API Object
- posterity.component.ComponentManager:
The component manager keeps a pool of active components.
- posterity.component.Interface:
Marker base class for extension point interfaces.
- posterity.util.mail.EmailAddressList:
Email address list class
- posterity.admin.admin.AdminCommand:
Posterity admin command base class
- property:
property(fget=None, fset=None, fdel=None, doc=None) -> property attribute
fget is a function to be used for getting an attribute value, and likewise
fset is a function for setting, and fdel a function for del'ing, an
attribute.
- posterity.component.Component:
Base class for components.
- posterity.msg.MessageRenderer:
Parses a rfc822 message into a python structure.
- posterity.web.CSRFFilter:
Cross Site Request Forgery protection filter
- datetime.tzinfo:
Abstract base class for time zone info objects.
- posterity.web.middleware.PatchEnvironMiddleware:
Patches the WSGI environment according to the base_url parameter
- posterity.web.FormRewriteFilter:
Rewrite PUT/DELETE forms into POST forms.
- posterity.web.middleware.TransactionMiddleware:
This wsgi-app wraps each request in a database transaction.
- type:
type(object) -> the object's type
type(name, bases, dict) -> a new type
- 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.util.validators.IdentityValidator:
Messages
- posterity.util.validators.Pop3Validator:
POP3 Credential validator
- 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.
- dict:
dict() -> new empty dictionary.
- posterity.web.middleware.SessionMiddleware:
A WSGI middleware that wraps each request inside a session.
- posterity.msg.EmailFilter:
Rename unwanted elements from html emails
- posterity.web.middleware.FormRewriteMiddleware:
Detect simulated PUT/DELETE requests.