- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
高级bean--spring快速参考(高级bean - - spring快速参考)
高级bean--spring快速参考(高级bean - - spring快速参考)
Senior Bean--Spring quick reference
A, inheritance
Abstract bean 1.
Father bean is usually used as a sub bean defined template to use, in order to prevent its initialization, can set the abstract property
bean id= template classs= templateClass abstract= true /
! The --class attribute can be omitted, because the container will ignore the trip --
2. bean
The definition of the parent attribute
The above two characteristics is mainly to the configuration file and concise set
Two, advanced dependency injection
1. attribute value
1) configuration:
beans
bean id= parent class= Parent singleton= false
property name= age value30/value/property
property name= son
bean class= Son
property name= age value30/value/property
/bean
/property
property name= age value30/value/property
/bean
bean id= son2 class= Son
property name= age
bean id= parent.son.age
Class= org.springframework.beans.factory.config.PropertyPathFactorybean /
/property
/bean
/beans
2) above the parent.son.age configuration will be injected into the son2.age attribute
Add in the above configuration
bean id= son1 class= org.springframework.beans.factory.config.PropertyPathFactorybean
property name= targetBeanName
valueparent/value
/property
property name= propertyPath
valueson/value
/property
/bean
The above configuration initializes son1 to parent son
3) can also be defined attributes of basic attribute values of type bean instance, for example, the variable theAge
bean id= theAge class= org.springframework.beans.factory.config.PropertyPathFactorybean
property name= targetBeanName
valueparent/value
/property
property name= propertyPath
值的儿子。年龄/值
属性
/豆
4)嵌套豆
bean id=“theage2”class=“org。springframework.豆。工厂配置。propertypathfactorybean”
属性名称=“targetbeanname”
豆class=“父母”
属性名称=“年龄” 值 12 /属性/值
/豆
属性
属性名称=“指定”
值年龄/值
属性
/豆
2场注入。
配置
红豆
bean id=“son3”class=“儿子”
属性名称=“年龄”
bean id=“java,SQL连接。transaction_serializable”
class=“org.springframework.beans.factory.config。
您可能关注的文档
- dos-批处理全面教程(Dos- batch processing tutorial).doc
- dos命令xcopy应用小技巧(DOS command xcopy application tips).doc
- diy大荟萃家庭面膜.doc
- dos常用命令和快捷键(DOS common commands and shortcuts).doc
- dos及ghost的命令和参数~(Dos and ghost commands and parameters ~!).doc
- d部(D).doc
- ecllipse快速上手(Ecllipse quick start).doc
- editplus 正则表达式(editplus 正则表达式).doc
- dhtmlx框架中grid用法实践(Practice of grid usage in dhtmlx framework).doc
- editplus使用技巧集萃(The use of EDITPLUS techniques).doc
- 高级电气工程师试题-(含答案)(Senior electrical engineer examination questions - (including answers)).doc
- 高考状元指路常见问题全解惑(The guiding point of college entrance examination FAQ).doc
- 高级题第一套(First set of advanced questions).doc
- 高血压、高血脂、高血糖的克星-- 三七粉(High blood pressure, high blood fat, high blood sugar of the Nemesis - 37 powder).doc
- 高速pcb串扰分析及其最小化(Crosstalk analysis and minimization of high speed PCB).doc
- 高速公路公司机电管理部经理个人年终总结(Personal annual summary of mechanical and electrical management manager of Expressway Company).doc
- 高速公路工程试验项目及频率一览表(List of test items and frequency of Highway Engineering).doc
- 高速公路施工质量管理(Expressway construction quality management).doc
- 高速公路施工防台风应急预案(Emergency plan for typhoon prevention in Expressway Construction).doc
- 高速公路外场监控设备防雷措施探讨(Discussion on lightning protection measures of Expressway outfield monitoring equipment).doc
文档评论(0)