|
From: Dmitriy K. <dko...@ru...> - 2005-10-26 16:03:05
|
You could implement "ApplicationContextAware" container callback which will inject the instance of the current ApplicationContext that the bean is defined in. Then you could cast it to "ConfigurableApplicationContext" and call its "refresh" method. Regards, Dmitriy. Will Butler wrote: >Is it possible to refresh the Spring MVC Dispatcher servlet's application >context? How do you get access to it? > >Thanks, > >Will > > > >------------------------------------------------------- >This SF.Net email is sponsored by the JBoss Inc. >Get Certified Today * Register for a JBoss Training Course >Free Certification Exam for All Training Attendees Through End of 2005 >Visit http://www.jboss.com/services/certification for more information >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |