天天看點

在Servlet的Filter中擷取Spring注入的Bean

    ServletContext sc = req.getSession().getServletContext();
    XmlWebApplicationContext cxt = (XmlWebApplicationContext) WebApplicationContextUtils.findWebApplicationContext(sc);
    AppVerService appVerServiceImpl = (AppVerService) cxt.getBean("appVerServiceImpl");