Part of twisted.web2.log View Source View In Hierarchy
Method | hook | Override this method in order to do something before passing control on |
Inherited from WrapperResource:
Method | __init__ | Undocumented |
Method | locateChild | Locate another object which can be adapted to IResource. |
Method | renderHTTP | Return an IResponse or a deferred which will fire an |
renderHTTP
and
locateChild
methods.Returns | None or a Deferred . If
a deferred object is returned, it's value is ignored, but
renderHTTP and locateChild are chained onto the
deferred as callbacks.
|