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 --+ | ArchiveService
The root resource on the data center.
It does the main dispatching based on four mechanisms:
The first three mechanisms only look at the first segment to determine any action (except that redirect is skipped if len(segments)>1).
The statics and mappings are configured on the class level.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |||
|
|||
|
|||
|
|||
|
Class Variables | |
timestampStarted = 1556782136.41
|
|
statics =
|
|
mappings =
|
|
redirects =
|
|
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
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:
|
Class Variable Details |
statics
|
mappings
|
redirects
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |