spring 获取 bean

时间:2014-06-20 18:48:36   收藏:0   阅读:220

ApplicationContext ac1 = WebApplicationContextUtils.getRequiredWebApplicationContext(ServletActionContext.getServletContext());
TopicAction result = (TopicAction)ac1.getBean("TopicAction");

spring 获取 bean,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!