如何在自定义标签中获取spring通过@Service注解来的service
ImsCandidateBatchService imsCandidateBatchService = (ImsCandidateBatchService) WebApplicationContextUtils.
getRequiredWebApplicationContext(pageContext.getServletContext()).
getAutowireCapableBeanFactory().getBean(ImsCandidateBatchService.class) ;