标签:err 文件中 www tar cat get title imp 使用方法
项目用到了ApplicationContextAware,通过它Spring容器会自动把上下文环境对象调用ApplicationContextAware接口中的setApplicationContext方法。
我们在ApplicationContextAware的实现类中,就可以通过这个上下文环境对象得到Spring容器中的Bean。
使用方法如下:
1.实现ApplicationContextAware接口:
2.在Spring的配置文件中配置这个类,Spring容器会在加载完Spring容器后把上下文对象调用这个对象中的setApplicationContext方法:
3.在web项目中的web.xml中配置加载Spring容器的Listener:
4.在项目中即可通过这个SpringContextHelper调用getBean()方法得到Spring容器中的对象了。
通过ApplicationContextAware加载Spring上下文环境
标签:err 文件中 www tar cat get title imp 使用方法
原文地址:http://www.cnblogs.com/hanguocai/p/7782841.html