Package ZenHub :: Package services :: Module ZenRender :: Class Render
[hide private]
[frames] | no frames]

Class Render

source code

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

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self)
Initialize.
source code
 
render_GET(self, request)
Deal with http requests
source code
 
render_POST(self, request)
Deal with XML-RPC requests
source code
 
getChild(self, path, request)
Handle all paths
source code
 
addRenderer(self, renderer) source code

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

Class Variables [hide private]
  isLeaf = True

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

Method Details [hide private]

__init__(self)
(Constructor)

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

getChild(self, path, request)

source code 
Handle all paths
Overrides: twisted.web.resource.Resource.getChild