jjzjj

CheckSession

全部标签

DelegatingFilterProxy 上的 Spring 和 @Autowired

我正在尝试将springbean注入(inject)过滤器,但无法使其工作。注入(inject)的bean始终为“null”。我在Controllers和HandlerInterceptors中成功地Autowiring了同一个bean,所以它被正确注释了。过滤器类位于其余Controller的相同基础包下。这是我的web.xml的相关部分CheckSessionorg.springframework.web.filter.DelegatingFilterProxyCheckSession/panel/*这是过滤器的代码@ComponentpublicclassCheckSession

DelegatingFilterProxy 上的 Spring 和 @Autowired

我正在尝试将springbean注入(inject)过滤器,但无法使其工作。注入(inject)的bean始终为“null”。我在Controllers和HandlerInterceptors中成功地Autowiring了同一个bean,所以它被正确注释了。过滤器类位于其余Controller的相同基础包下。这是我的web.xml的相关部分CheckSessionorg.springframework.web.filter.DelegatingFilterProxyCheckSession/panel/*这是过滤器的代码@ComponentpublicclassCheckSession