| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
CommonRenderers
A base for renderer (python) mixins within the DC.
Including standard stylesheets/js/whatever: <head n:render="commonhead">...</head>
Rendering internal links (important for off-root operation):
* <tag href|src="/foo" n:render="rootlink"/>
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
__implemented__ = <implementedBy gavo.web.common.CommonRenderers>
|
|
| Properties | |
|
Inherited from |
| Method Details |
looks up the text child in the DaCHS configuration and inserts the value as a (unicode) string. The config key is either [section]item or just item for something in [general]. Behaviour for undefined config items is undefined. |
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |