[Zope3-Users] Handler at beginning of request

2006-04-04 Thread j.kartnaller

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 ?

Thanks
Jürgen

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Handler at beginning of request

2006-04-04 Thread Brian Sutherland
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
 Zope3-users@zope.org
 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
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users