Package posterity :: Module filter :: Class FilterController

Class FilterController



         object --+    
                  |    
component.Component --+
                      |
                     FilterController

Nested Classes

Inherited from component.Component: __metaclass__

Instance Methods
 
index(self, environ, start_response)
 
create(self, environ, start_response)
 
update(self, environ, start_response)
 
delete(self, environ, start_response)
 
edit_form(self, environ, start_response)
 
add_routes(self, routes)
 
get_settings_panels(self)
 
__init__(self, compmgr, init=None, cls=<class 'posterity.filter.FilterController'>)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods

Inherited from component.Component: __new__

Properties

Inherited from object: __class__

Method Details

create(self, environ, start_response)

 
Decorators:
  • @validate(schema= FilterSchema, on_error= '/filters')

update(self, environ, start_response)

 
Decorators:
  • @validate(schema= FilterSchema)

__init__(self, compmgr, init=None, cls=<class 'posterity.filter.FilterController'>)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)