Package turbogears :: Package filters :: Module base

Module base

source code

Standard TurboGears request filters.

Provides the following filter classes:

``MonkeyDecodingFilter``
    For decoding request data
``NestedvariablesFilter``
    For decoding request variables from dotted notation to nested dicts
``VirtualPathFilter``
    For handling dynamic application roots

Classes
  NestedVariablesFilter
Request filter that turns request params with names in special dotted notation into nested dictionaries via FormEncode's NestedVariables validator.
  VirtualPathFilter
Filter that makes CherryPy ignorant of a URL root path.