Home | Trees | Indices | Help |
|
---|
|
object --+ | Controller
Base class for a web application's controller.
It is important that your controllers inherit from this class, otherwise ``identity.SecureResource`` and ``identity.SecureObject`` will not work correctly.
Instance Methods | |
Inherited from |
Class Variables | |
msglog = logging.getLogger('cherrypy.msg')
|
|
msglogfunc = {0: msglog.info, 1: msglog.warning, 2: msglog.error}
|
|
accesslog = logging.getLogger('turbogears.access')
|
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:17:55 2019 | http://epydoc.sourceforge.net |