in tg/controllers.py, there is a private method
response = self._render_response(controller, output)
controller.decoration.run_hooks('after_render', response)
which creates response at this point which has the rendered page.
That appears to do what is needed. How can this be exposed to a
controller perhaps prior to the hook that displays the existing page.
Is there a page cache method built into Turbogears?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---