Class t.w.p.NoPlugin(resource.LeafResource):

Part of twisted.web2.plugin View Source View In Hierarchy

Undocumented
Line # Kind Name Docs
37 Method __init__ Undocumented
40 Method render Subclasses should implement this method to do page rendering.

Inherited from LeafResource:

Line # Kind Name Docs
225 Method locateChild Locate another object which can be adapted to IResource.

Inherited from RenderMixin (via LeafResource):

Line # Kind Name Docs
19 Method allowedMethods
27 Method checkPreconditions Checks all preconditions imposed by this resource upon a request made
53 Method renderHTTP See iweb.IResource.renderHTTP.
89 Method http_OPTIONS Respond to a OPTIONS request.
99 Method http_TRACE Respond to a TRACE request.
107 Method http_HEAD Respond to a HEAD request.
115 Method http_GET Respond to a GET request.
def __init__(self, plugin):
Undocumented
def render(self, req):
Subclasses should implement this method to do page rendering. See http_GET.
Parametersrequestthe request to process.
Returnsan object adaptable to iweb.IResponse.