程序员人生 网站导航

Servlet 获取 Spring 中的对象

栏目:htmlcss时间:2014-12-14 09:01:28
ServletContext servletContext = this.getServletContext(); WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext); managerServ = (IManager) ctx.getBean("IManager");

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐