|
The main problem is that ContentListener does not provide all the
functionalities that interceptors provides. For exemple, there is not POST_STORE event ... or POST_CREATE event. Exemple : when a Zip file is uploaded, I want to transform the node into a collection and extract the content of the zip file. I need to do this **after** the node has been created, but there is no event called after the creation of the node. Same problem with webdav event, the events PUT and MKCOL are fired before the node has been created. By the way, it's a good thing to switch to event and drop Interceptors, but events need some improvements. Unico Hommes wrote: ContentInterceptor is deprecated in favor of the o.a.slide.event package. See the package summary: http://jakarta.apache.org/slide/javadoc/org/apache/slide/event/package-summary.htmlespecially the ContentListener interface: http://jakarta.apache.org/slide/javadoc/org/apache/slide/event/ContentListener.html This should have been marked deprecated in the javadoc. Will do it now. - -- Unico Jim Endicott wrote: |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
