JSP页面怎样调用Spring配置文件中定义的Bean
1个回答
展开全部
WebApplicationContext context = WebApplicationContextUtils.getRequiredWebApplicationContext(application);
Bean bean = (Bean)context.getBean("beanName");
jsp要引入
org.springframework.web.context.WebApplicationContext
org.springframework.web.context.support.WebApplicationContextUtils
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询