| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Interface --+
|
ITemplateStreamFilter
Transform the generated content by filtering the Genshi event stream
generated by the template, prior to its serialization.
:deprecated: the Genshi template filtering concept doesn't apply
anymore to Jinja2 templates, please consider
converting your plugins to perform browser-side
modifications of the rendered page using JavaScript.
This interface will be removed in Trac 1.5.1.
See :teo:`TracDev/PortingFromGenshiToJinja#ReplacingITemplateStreamFilter`
for details.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Return a filtered Genshi event stream, or the original unfiltered stream if no match.
See the Genshi documentation for more information. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 11 08:14:34 2023 | http://epydoc.sourceforge.net |