Edgewall Software

Changes between Version 1 and Version 2 of TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IRequestFilter


Ignore:
Timestamp:
Jun 25, 2010, 7:40:17 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.web.api.IRequestFilter

    v1 v2  
    22
    33||'''Interface'''||''IRequestFilter''||'''Since'''||TBD||
    4 ||'''Module'''||''trac.web.api''||'''Source'''||[source:trac/trunk/web/api.py]||
     4||'''Module'''||''trac.web.api''||'''Source'''||[source:trunk/trac/web/api.py#L670]||
    55
    66The extension point interface, when implemented, will be called at request processing time. Multiple such extensions can be registered with the system and all of them will be called during pre-, and post-processing of the request.