当web中应用spring框架启动后,获得spring初始化的bean和ServletContext

  1.  WebApplicationContext wac = ContextLoader.getCurrentWebApplicationContext();  

  2.     wac.getBean(beanID); 

还有,它还能获得web程序的servletContext。


  1. wac.getServletContext();  


你可能感兴趣的:(当web中应用spring框架启动后,获得spring初始化的bean和ServletContext)