WebContext context = WebContextFactory.get();
ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(context.getServletContext());
dwr 获取上下文对象 关联spring
最新推荐文章于 2025-01-18 22:24:23 发布
WebContext context = WebContextFactory.get();
ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(context.getServletContext());