JSP獲取Spring管理的bean

<%@ page import="org.springframework.web.context.support.WebApplicationContextUtils"%>
<%@ page import="org.springframework.context.ApplicationContext"%>web

 

ServletContext sc = this.getServletConfig().getServletContext();
 ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(sc);
 要獲取的對象 serv = (要獲取的對象) ac2.getBean("spring配置文件中的id");//或根據類型獲取spring

相關文章
相關標籤/搜索