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 --+ | object --+ | | | common.CommonRenderers --+ | | | grend.GavoRenderMixin --+ | grend.GavoPage --+ | grend.ResourceBasedPage --+ | grend.ServiceBasedPage --+ | TAPRenderer
A renderer speaking all of TAP (including sync, async, and VOSI).
Basically, this just dispatches to the sync and async resources.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name =
hash(x) |
|
urlUse =
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
|
creates a files attribute on request, containing all uploaded files. The upload files are removed from args, which is good since we don't want to serialize those in the parameters dictionary. This method inspects all upload parameters and converts the referenced arguments to cgi-like files as necessary. Missing uploads will be noticed here, and the request will be rejected. Of course, all that hurts if someone manages to upload from REQUEST -- but that's their fault then. |
Locate a child page of this one. ctx is a nevow.context.PageContext representing the parent Page, and segments is a tuple of each element in the URI. An tuple (page, segments) should be returned, where page is an instance of nevow.rend.Page and segments a tuple representing the remaining segments of the URI. If the child is not found, return NotFound instead. locateChild is designed to be easily overridden to perform fancy lookup tricks. However, the default locateChild is useful, and looks for children in three places, in this order:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |