Class f.i.IRedirectAfterPost(Interface):

Part of formless.iformless View Source View In Hierarchy

A marker interface which can be set to something which can be cast to a string to indicate that the browser should be redirected to the resultant url after posting the form successfully. This component can be set by any form post validators, or by the configurable method which is being automatically called if it has access to the request.

Set this using the following:

request.setComponent(IRedirectAfterPost, "http://example.com/")
Line # Kind Name Docs
API Documentation for Nevow, generated by pydoctor.