スプリングの下の環境を取得する
316 ワード
// spring
WebApplicationContext wac = WebApplicationContextUtils.getWebApplicationContext(request.getSession().getServletContext());
// spring MVC
WebApplicationContext wac2 = RequestContextUtils.getWebApplicationContext(request);