Interface n.i.IResource(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.appserver.OldResourceAdapter, nevow.canvas.CanvasSocket, nevow.guard.Forbidden, nevow.guard.SessionWrapper, nevow.livepage.DefaultClientHandlesResource, nevow.livepage.InputHandlerResource, nevow.livepage.OutputHandlerResource, nevow.rend.FourOhFour, nevow.rend.Page, nevow.static.ASISProcessor, nevow.static.Data, nevow.static.File, nevow.url.URLRedirectAdapter, nevow.vhost.VHostMonsterResource

No interface docstring
Line # Kind Name Docs
63 Method locateChild Locate another object which can be adapted to IResource
68 Method renderHTTP Render a request
def locateChild(ctx, segments): (source)
Locate another object which can be adapted to IResource Return a tuple of resource, path segments
def renderHTTP(ctx): (source)
Render a request
API Documentation for Nevow, generated by pydoctor.