repoze.bfg.interfaces

class IAfterTraversal(name, bases=(), attrs=None, __doc__=None, __module__=None)
An event type that is emitted after repoze.bfg completes traversal but before it calls any view code.
class INewRequest(name, bases=(), attrs=None, __doc__=None, __module__=None)
An event type that is emitted whenever repoze.bfg begins to process a new request
class INewResponse(name, bases=(), attrs=None, __doc__=None, __module__=None)
An event type that is emitted whenever any repoze.bfg view returns a response.
class IWSGIApplicationCreatedEvent(name, bases=(), attrs=None, __doc__=None, __module__=None)
Event issued when the repoze.bfg.configuration.Configurator.make_wsgi_app() method is called.

Previous topic

repoze.bfg.i18n

Next topic

repoze.bfg.location

This Page