Edgewall Software

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


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

Legend:

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

    v1 v1  
     1== Extension Point : ''IRequestFilter'' ==
     2
     3||'''Interface'''||''IRequestFilter''||'''Since'''||TBD||
     4||'''Module'''||''trac.web.api''||'''Source'''||[source:trac/trunk/web/api.py]||
     5
     6The 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.
     7
     8== Purpose ==
     9
     10TBD
     11
     12== Usage ==
     13
     14TBD
     15
     16== Examples ==
     17
     18TBD
     19
     20== Available Implementations ==
     21
     22 * http://trac-hacks.org/wiki/NoAnonymousPlugin -- a plugin for preventing anonymous access to for example the wiki, see http://trac-hacks.org/browser/noanonymousplugin/0.11/noanonymous/filter.py for the sources
     23
     24
     25
     26== Additional Information and References ==
     27
     28N/A