色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Spring Aware標記接口使用案例解析

瀏覽:111日期:2023-09-08 15:05:55

Aware接口是一個標記接口

XXXAare在Spring中表示對XXX可以感知,通俗點解釋就是:如果在某個類里面想要使用Spring的一些東西,就可以通過實現XXXAware接口告訴Spring,Spring看到后就會送過來,而接受的方式是通過實現接口唯一的方法setXXX.比如ApplicationContextAware

ApplicationContextAware使用

編寫SpringAware實現ApplicationContext接口

package com.rookie.bigdata.aware;import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.springframework.context.ApplicationContextAware;/** * @author rookie * @version 1.0 * @date 2020/3/21 22:58 */public class SpringAware implements ApplicationContextAware { private ApplicationContext applicationContext; //Spring容器會將ApplicationContext對象傳入過來 @Override public void setApplicationContext(ApplicationContext applicationContext) throws BeansException { System.out.println('傳入的IOC容器applicationContext = [' + applicationContext + ']'); this.applicationContext = applicationContext; } public ApplicationContext getApplicationContext() { return applicationContext; }}

User實體類

package com.rookie.bigdata.domain;public class User { private String username; private String address; public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public String getAddress() { return address; } public void setAddress(String address) { this.address = address; }}

spring-aware.xml

<?xml version='1.0' encoding='UTF-8'?><beans xmlns='http://www.springframework.org/schema/beans' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:aop='http://www.springframework.org/schema/aop' xmlns:tx='http://www.springframework.org/schema/tx' xmlns:context='http://www.springframework.org/schema/context' xsi:schemaLocation=' http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd'> <bean class='com.rookie.bigdata.domain.User'> <property name='username' value='張三'></property> <property name='address' value='北京'></property> </bean> <bean class='com.rookie.bigdata.aware.SpringAware'></bean></beans>

測試類

@Test public void test1(){ ApplicationContext applicationContext = new ClassPathXmlApplicationContext('/aware/spring-aware.xml');// User user = (User) applicationContext.getBean('user');// System.out.println(user); SpringAware springAware = (SpringAware) applicationContext.getBean('springAware'); ApplicationContext applicationContext1 = springAware.getApplicationContext(); User user = (User) applicationContext1.getBean('user'); System.out.println(user); }

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Spring
相關文章:
主站蜘蛛池模板: 免费又黄又爽又猛大片午夜 | 一级特级欧美a毛片免费 | 成人三级精品视频在线观看 | 欧美 自拍 丝袜 亚洲 | 三级毛片三级毛片 | 免费观看成人久久网免费观看 | 成人国产在线24小时播放视频 | 一本一本久久a久久精品综合麻豆 | 亚洲香蕉久久一区二区 | 亚洲国产网址 | 中文字幕亚洲一区二区v@在线 | 亚洲品质自拍 | 国产精品88| 亚洲美女视频在线 | 国产精品美女一区二区 | 国产色司机在线视频免费观看 | 成人禁在线观看网站 | 97国产精品欧美一区二区三区 | 亚洲精品第一区二区在线 | 波多野结衣中文在线播放 | 国产精品一二三区 | 免费看黄网址 | 国产在线欧美日韩一区二区 | 草草影院地址 | 中文字幕有码在线观看 | 亚洲精品乱无伦码 | 久久zyz| 真正全免费视频a毛片 | 欧美xxxxx色视频在线观看 | 亚洲一区二区精品视频 | 亚洲国产成a人v在线 | 国产波多野结衣中文在线播放 | 男人躁女人躁的好爽免费视频 | 一级做a爱过程免费视频麻豆 | 久久久久免费观看 | 三级午夜三级三点在看 | 成人午夜大片免费7777 | 精品一区二区三区免费观看 | 亚洲精品美女 | 美女视频黄色免费 | 精品国产a |