Package turbogears :: Package filters :: Module base :: Class NestedVariablesFilter

Class NestedVariablesFilter

source code

                            object --+    
                                     |    
cherrypy.filters.basefilter.BaseFilter --+
                                         |
                                        NestedVariablesFilter

Request filter that turns request params with names in special dotted notation into nested dictionaries via FormEncode's NestedVariables validator.

Instance Methods
 
before_main(self)
Called after the request body has been read/parsed
source code

Inherited from cherrypy.filters.basefilter.BaseFilter: after_error_response, before_error_response, before_finalize, before_request_body, on_end_request, on_end_resource, on_start_resource

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

before_main(self)

source code 

Called after the request body has been read/parsed

Overrides: cherrypy.filters.basefilter.BaseFilter.before_main
(inherited documentation)