Part of twisted.web2.compat View Source View In Hierarchy
Implements interfaces: twisted.web2.iweb.IResource
Method | __init__ | Undocumented |
Method | __getattr__ | Undocumented |
Method | __setattr__ | Undocumented |
Method | __delattr__ | Undocumented |
Method | locateChild | Locate another object which can be adapted to IResource. |
Method | renderHTTP | Return an IResponse or a deferred which will fire an |
Method | __reallyRender | Undocumented |
Method | __finish | Undocumented |
Returns | A 2-tuple of (resource, remaining-path-segments), or a deferred which will
fire the above.
Causes the object publishing machinery to continue on with specified resource and segments, calling the appropriate method on the specified resource. If you return (self, |