Christopher Lenz wrote: > Am 18.04.2002 16:26:37, schrieb Jean-Philippe Courson <[EMAIL PROTECTED]>: > >>Patch 3 : ContentInterceptors namespace access >> (file 3-contentInterceptorsNamespaceArg.diff) >> >>This patch adds a Namespace object to ContentInterceptors methods to >>allow them namespace access. > > > Two more things: > > 1. Wouldn't access to the NamespaceAccessToken suffice ?
Yes in fact. The need is to access NamespaceConfig and Helpers. Both can be retrieved from NamespaceAccessToken. > 2. How about adding a setNamespace(NamespaceAccessToken) method to the > ContentInterceptor interface, so it doesn't have to be specified at each call, > but rather would be called at the beginning of the ContentInterceptors life > cycle ? It would be smarter. And add a call to it from NamespaceConfig arround line 840 just before my added contentInterceptor.setParameters(contentInterceptorParameters). JP > > -chris > _______________________________________________ > /=/ cmlenz at gmx.de > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
