1. 程式人生 > >Struts2框架中WebApplicationContextUtils.getWebApplicationContext(event.getServletContext())的值

Struts2框架中WebApplicationContextUtils.getWebApplicationContext(event.getServletContext())的值

Struts2框架中,在監聽器中有這麼一句
ApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(event.getServletContext());
之後可以用
scheduleService = (IScheduleService)context.getBean("scheduleService");
取到物件,請問context都可以取到什麼資訊,這些資訊的來源在哪?是XML裡配置了呢,還是固定的一部分資訊呢?
這個 application封裝的是web.xml 內部的資訊
而你的
web.xml
裡面有spring的配置檔案,所有,裡面還包含spring的資訊 同樣包含struts2的filter資訊 總之就是和web.xml有關係的所有資訊