Home | Trees | Indices | Help |
|
---|
|
Submodules | |
Classes | |
Request A paste.WSGIRequest subclass with some extra features |
|
FormRewriteFilter Rewrite PUT/DELETE forms into POST forms. |
|
CSRFFilter Cross Site Request Forgery protection filter |
|
ValidationState |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
tmpl_dir =
|
|
loader = <genshi.template.loader.TemplateLoader object at 0x21
|
Function Details |
Send a flash message. Flash messages are messages that are displayed on the next page viewed by the user. These messages are useful when the controller needs to redirect a user to a different page and likes to insert a message on that page. |
Renders a genshi template Forms will automatically be populated with form values and validation error messages if available. |
A form validating decorator POST requests are validated against the specified If the validation fail, the original messages and the error messages are stored in the wsgi environment and the request is re-run as a GET-request. Forms on the resulting page will be filled with the values stored in the environment. |
Variables Details |
loader
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 1 20:58:01 2007 | http://epydoc.sourceforge.net |