标签:
WebApplicationContext wac = ContextLoader.getCurrentWebApplicationContext();
wac.getBean(beanID);
还有,它还能获得web程序的servletContext。
wac.getServletContext();
当web中应用spring框架启动后,获得spring初始化的bean和ServletContext
标签:
原文地址:http://my.oschina.net/tinglanrmb32/blog/499304