set注入的相关问题

property标签中value和ref的选择,为什么这里用的是dataSource,以及注入的value="dataSource"有什么用

img

dataSource是class类中的一个属性。
value="dataSource"是给对应的name属性赋值为DataSource。
ref是引用的意思,这块使用ref去引用DataSource对象的。