I need some classes of mine to be informed not just before the pipeline starts (by now I have added notification code to my custom pipeline), but even before Action and Action-Set Nodes are invoked, so quite a bit earlier.

 

Is there some kind of Listener available that would allow me this?

I know Cocoon 2.2 will feature the EnterSitemapEventListener, but I'm bound to 2.1.8 (would this Listener be notified before Action invocation at all?)

 

If there's no such Listener, which hot spot would you consider ideal to add such a thing? What class to replace/subclass etc?

 

Thanx,

Stefan