Edgewall Software
Last modified 8 months ago Last modified on Oct 12, 2011 10:48:26 PM

Extension Point : IRequestFilter

InterfaceIRequestFilterSinceTBD
Moduletrac.web.apiSourcetrunk/trac/web/api.py

The 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.

Purpose

TBD

Usage

TBD

Examples

TBD

Available Implementations

Additional Information and References

N/A