Package foolscap :: Package logging :: Module web :: Class Reload
[hide private]
[frames] | no frames]

Class Reload

source code

twisted.web.resource.Resource --+
                                |
                               Reload

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, viewer)
Initialize.
source code
 
render_POST(self, req) source code

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

Class Variables [hide private]

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

Method Details [hide private]

__init__(self, viewer)
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)