close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jun 30, 2008, 9:26:01 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
24 | 24 | `diva.errors.error_filter`:: Intercepts exceptions and displays either a friendly error page or the debugging page |
25 | 25 | `diva.templating.template_filter`:: Serializes Genshi template output streams |
26 | | `diva.ui.chrome.chrome_filter`:: Injects any programmatically added scripts, style sheets, and links into the output stream |
27 | 26 | `diva.i18n.l10n_filter`:: Handles locale negotiation and makes the corresponding translations catalog available |
28 | 27 | `diva.http.caching_filter`:: Adds default cache control headers to responses |
… |
… |
|
61 | 60 | |
62 | 61 | A good rule of thumb is that request filters are better suited if the functionality needs access to parts of the application or framework. |
63 | | |