This content has been marked as final.
Show 3 replies
-
1. Re: how to install interceptor for ALL components?
Dean Hiller Jul 29, 2010 2:46 PM (in response to Dean Hiller)overriding Init doesn't work because of Init.getInstance()....grrrrr. Okay, I want a component that starts up AFTER Init and BEFORE Component.java. Is there a way to do that so I can just reflect and modify the Init.interceptors array before it is read in by Component?
thanks,
Dean -
2. Re: how to install interceptor for ALL components?
Nikolay Elenkov Jul 29, 2010 11:03 PM (in response to Dean Hiller)You don't need to override Init, you can supply the list of interceptors in components.xml as a parameter to <core:init/>
HTH
-
3. Re: how to install interceptor for ALL components?
John Logan Sep 16, 2010 2:53 AM (in response to Dean Hiller)Can you attach your solution because it doesn't work for me.