Package posterity :: Module controllers :: Class LoginController

Class LoginController



         object --+    
                  |    
component.Component --+
                      |
                     LoginController

Nested Classes

Inherited from component.Component: __metaclass__

Instance Methods
 
login(self, environ, start_response)
 
logout(self, environ, start_response)
 
add_routes(self, routes)
 
__init__(self, compmgr, init=None, cls=<class 'posterity.controllers.LoginController'>)
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

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

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