Class n.w.NevowWSGISite(object):

Part of nevow.wsgi View Source View In Hierarchy

No class docstring
Line # Kind Name Docs
24 Method __init__ Undocumented
29 Method remember Undocumented
32 Method getPageContextForRequestContext Retrieve a resource from this site for a particular request. The
44 Method handleSegment Undocumented
def __init__(self, request, resource): (source)
Undocumented
def remember(self, obj, inter=None): (source)
Undocumented
def getPageContextForRequestContext(self, ctx): (source)
Retrieve a resource from this site for a particular request. The resource will be wrapped in a PageContext which keeps track of how the resource was located.
def handleSegment(self, result, request, path, pageContext): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.