Package circuits :: Package lib :: Package web :: Module core :: Class Controller

Class Controller

    object --+            
             |            
  core.Manager --+        
                 |        
core.BaseComponent --+    
                     |    
        BaseController --+
                         |
                        Controller

Nested Classes
  __metaclass__
Instance Methods

Inherited from BaseController: expires, forbidden, notfound, redirect, serve_download, serve_file

Inherited from core.BaseComponent: __call__, __init__, __repr__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, push, run, send, start, stop

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.BaseComponent: __new__

Class Variables

Inherited from BaseController: channel

Instance Variables

Inherited from core.Manager: manager

Properties

Inherited from core.Manager: channels, components, running, state, ticks

Inherited from object: __class__