日期:2014-05-20  浏览次数:20901 次

关于struts2 与 Spring 的问题
我现在想再 struts2 拦截器中 怎样获得spring中的bean的 实例

------解决方案--------------------

ApplicationContext ac=WebApplicationContextUtils.getWebApplicationContext(servletContext);
Object bean=ac.getBean(name);