Edgewall Software

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


Ignore:
Timestamp:
Oct 12, 2011, 10:48:26 PM (13 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

removed line anchor due to refactorings

Legend:

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

    v2 v3  
    22
    33||'''Interface'''||''IRequestFilter''||'''Since'''||TBD||
    4 ||'''Module'''||''trac.web.api''||'''Source'''||[source:trunk/trac/web/api.py#L670]||
     4||'''Module'''||''trac.web.api''||'''Source'''||[source:trunk/trac/web/api.py]||
    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.