| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
nevow.rend.DataFactory --+
|
object --+ |
| |
nevow.rend.RenderFactory --+
|
object --+ |
| |
nevow.rend.MacroFactory --+
|
object --+ |
| |
nevow.rend.ConfigurableMixin --+
|
nevow.rend.Fragment --+
|
nevow.rend.ConfigurableFactory --+
|
nevow.rend.FreeformChildMixin --+ |
| |
nevow.rend.ChildLookupMixin --+
|
nevow.rend.Page --+
|
StaticFile
a file from the file system, served pretty directly.
Some of these static files can be javascript (that's usually minified on the fly) or nevow templates. These we want to cache. For everything else, we don't win anything by caching, but, when we serve large data, we can DoS ourselves. So, we decide manually whether to cache.
The caches are bound to an RD passed in as cacheRD at construction time. For system resources, that should be getRD(registry.SERVICELIST_ID).
On-the-fly processing is based on certain magic mime types: text/nevow-template is rendered and application/javascript is minified.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Variables | |
defaultType =
|
|
magicMimes =
|
|
|
Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Class Variable Details |
magicMimes
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |