spring入门 aware接口实现

时间:2018-04-23 06:14:59
【文件属性】:

文件名称:spring入门 aware接口实现

文件大小:6.38MB

文件格式:ZIP

更新时间:2018-04-23 06:14:59

spring

通过aware接口,可以对spring相应资源(可能包含相关核心资源)进行操作(一定要慎重) 首先创建一个类,实现ApplicationContextAware接口 , 该借口需要实现 setApplicationContext方法,该方法的参数由容器传递进来。 这样,bean 就获得了ApplicationContext这个资源


【文件预览】:
SpringDemo1
----test()
--------test()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(403B)
--------org.eclipse.wst.common.component(558B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(510B)
--------org.eclipse.jdt.core.prefs(357B)
----src()
--------spring-aware.xml(411B)
--------aware()
--------ioc()
--------spring.xml(871B)
----.project(1KB)
----WebRoot()
--------META-INF()
--------WEB-INF()
--------index.jsp(829B)
----.classpath(4KB)

网友评论