Package turbogears :: Module hooks

Module hooks

source code

Standard TurboGears request hooks for CherryPy.

Functions
 
NestedVariablesHook()
Request filter for handling nested variables.
source code
Function Details

NestedVariablesHook()

source code 

Request filter for handling nested variables.

Turns request parameters with names in special dotted notation into nested dictionaries via the FormEncode NestedVariables validator.

Stores the original parameters in the 'original_params' attribute.