Package Products :: Package ZenHub :: Package services :: Module RenderConfig :: 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, unused, ignored)
Handle all paths
source code
 
addRenderer(self, renderer) source code

Inherited from twisted.web.resource.Resource: 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: server

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialize.

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

getChild(self, unused, ignored)

source code 

Handle all paths

Parameters:
  • path - a string, describing the child
  • request - a twisted.web.server.Request specifying meta-information about the request that is being made for this child.
Overrides: twisted.web.resource.Resource.getChild