On Tue, Apr 04, 2006 at 07:55:09AM +0200, j.kartnaller wrote: > Hello. > > I am looking for a hook where I can install some code at the beginning of > each > request before the request is processed. > > Is there an event or the possibility to install a handler somewhere ?
Maybe this does what you want? zope.app.publication.interfaces.IBeforeTraverseEvent > > Thanks > J�rgen > > _______________________________________________ > Zope3-users mailing list > [email protected] > http://mail.zope.org/mailman/listinfo/zope3-users > -- Brian Sutherland Metropolis - "it's the first movie with a robot. And she's a woman. And she's EVIL!!" _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
