Home | Trees | Indices | Help |
|
---|
|
object --+ | PageHandler --+ | LateParamPageHandler
When passing cherrypy.request.params to the page handler, we do not want to capture that dict too early; we want to give tools like the decoding tool a chance to modify the params dict in-between the lookup of the handler and the actual calling of the handler. This subclass takes that into account, and allows request.params to be 'bound late' (it's more complicated than that, but that's the effect).
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
kwargs page handler kwargs (with cherrypy.request.params copied in) |
|||
Inherited from Inherited from |
|
kwargspage handler kwargs (with cherrypy.request.params copied in)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 2 09:59:36 2014 | http://epydoc.sourceforge.net |