Billy
03-02-2006, 10:36 PM
I have a custom IHttpModule that exposes a static property that is initialized upon BeginRequest. For example, I can access it from my code behind page with MyHttpModule.SomeValueSetUponBeginRequest.
Is it possible to inject MyHttpModule.SomeValueSetUponBeginRequest into my business objects using Spring's IoC? Furthermore, is it possible to use IoC to inject a dependency into the IHttpModule?
Thanks,
Billy
Is it possible to inject MyHttpModule.SomeValueSetUponBeginRequest into my business objects using Spring's IoC? Furthermore, is it possible to use IoC to inject a dependency into the IHttpModule?
Thanks,
Billy