Package toon :: Module web :: Class Index
[hide private]
[frames] | no frames]

Class Index

source code

    twisted.web.resource.Resource --+    
                                    |    
                     rst.ReStructured --+
                                        |
                   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 --+
                                        |
                                       Index

Class representing the root (/) of the web server.

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, toonloop, **kwargs)
Initialize.
source code
 
renderHTTP(self, request)
Renders the / page
source code

Inherited from rst.ReStructured: render

Inherited from twisted.web.resource.Resource: __providedBy__, delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Inherited from nevow.rend.Page: child_, flattenFactory, onPostFailure, onPostSuccess, rememberStuff, renderString, renderSynchronously, webFormPost

Inherited from nevow.rend.Page (private): _renderHTTP

Inherited from nevow.rend.Fragment: get, remember, rend

Inherited from nevow.rend.DataFactory: child

Inherited from nevow.rend.RenderFactory: render_data, render_mapping, render_sequence, render_string, render_xml, renderer

Inherited from nevow.rend.MacroFactory: macro

Inherited from nevow.rend.ConfigurableMixin: getBinding, getBindingNames, getDefault, postForm

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from nevow.rend.ConfigurableFactory: configurable_, configurable_original, locateConfigurable

Inherited from nevow.rend.ChildLookupMixin: childFactory, locateChild

Inherited from nevow.rend.FreeformChildMixin: child_freeform_hand

Class Variables [hide private]
  addSlash = True

Inherited from twisted.web.resource.Resource: __implemented__, __provides__, isLeaf, server

Inherited from nevow.rend.Page: afterRender, beforeRender, buffered

Inherited from nevow.rend.Fragment: docFactory, original

Inherited from nevow.rend.ChildLookupMixin: children

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, toonloop, **kwargs)
(Constructor)

source code 

Initialize.

Overrides: object.__init__
(inherited documentation)

renderHTTP(self, request)

source code 

Renders the / page

Overrides: nevow.rend.Page.renderHTTP