Home | Trees | Indices | Help |
|
---|
|
object --+ | imp.formal.form.ResourceMixin --+ | object --+ | | | grend.CustomTemplateMixin --+ | 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 --+ | AdminRenderer
A renderer allowing to block and/or reload services.
This renderer could really be attached to any service since it does not call it, but it usually lives on //services/overview. It will always require authentication.
It takes the id of the RD to administer from the path segments following the renderer name.
By virtue of builtin vanity, you can reach the admin renderer at /seffe, and thus you can access /seffe/foo/q to administer the foo/q RD.
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 Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name =
hash(x) |
|
customTemplate = <nevow.loaders.xmlfile object> hash(x) |
|
clientRD = None hash(x) |
|
reloadExc = None hash(x) |
|
reloadTB = None hash(x) |
|
defaultDocFactory = <gavo.web.common.doctypedStan object>
|
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
renders a link to a service info with a service title. data must be an item returned from data_services. |
|
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 |