@Override
public void init(FilterConfig filterConfig) throws ServletException {
ServletContext sc = filterConfig.getServletContext();
WebApplicationContext cxt = WebApplicationContextUtils.getWebApplicationContext(sc);
if(cxt != null) {
if (publicService == null) {
publicService = cxt.getBean(PublicService.class);
}
}
}
相关文章
- 01-07shiro框架中调用service失败(也就是bean注入失败)
- 01-07尚硅谷的vue旅程14-vue中的过滤器filter()--格式化时间
- 01-07Filter 框架支持2中 注入
- 01-07serlvet中的过滤器filter
- 01-07Vue使用过滤器Vue.filter()对data中的数据进行处理
- 01-07Vue使用过滤器Vue.filter()对data中的数据进行处理
- 01-07Web.xml中Filter过滤器标签几个说明
- 01-07filter (过滤器)中注入service
- 01-07过滤器Filter在配置文件中不起作用
- 01-07spring boot中过滤器filter @WebFilter应用,返回值、限制某些ip