Package turbogears :: Module controllers :: Class RootController

Class RootController

source code

object --+    
         |    
Controller --+
             |
            RootController
Known Subclasses:

Base class for the root of a web application.

Your web application must have one of these. The root of your application is used to compute URLs used by your app.

Instance Methods

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

Class Variables
  is_app_root = True

Inherited from Controller: accesslog, msglog, msglogfunc

Properties

Inherited from object: __class__