Spring bean參考示例

2021-10-06 19:57:21 字數 1023 閱讀 1358

在spring中,通過在相同或不同的bean配置檔案中指定bean引用,bean可以彼此「訪問」。

如果要在其他xml檔案中引用bean,則可以使用'ref'標記,'bean'屬性來引用它。

在此示例中,在spring-common.xml宣告的bean「outputhelper」可以通過在屬性標籤中使用「 ref」屬性來訪問「spring-output.xml」-「csvoutputgenerator」或「jsonoutputgenerator」中的其他bean。 。

檔案:spring-common.xml

檔案:spring-output.xml

如果要在同一xml檔案中引用bean,則可以使用'ref'標籤,'local'屬性來引用它。

在此示例中,在「spring-common.xmlcommon.xml」中宣告的bean「outputhelper」可以相互訪問「csvoutputgenerator」或「jsonoutputgenerator」。

檔案:spring-common.xml

實際上,「 ref」標記可以訪問相同或不同xml檔案中的bean,但是,為了專案可讀性,如果引用的是在同一xml檔案中宣告的bean,則應使用「 local」屬性。

標籤: 春天

翻譯自:

Spring EL bean參考示例

在spring el中,您可以使用 點 符號引用bean和巢狀屬性。例如,bean.property name public class customer private string country 在上面的 片段中,它將 addressbean bean中 country 屬性的值注入到當前的 ...

shop v3 0促銷表示式參考示例

shop v3.0加入了 表示式計算功能,可以實現多種多樣的 方式,這裡列出幾個常用的示例給大家參考一下 滿100元立減20元 最小商品 100 運算表示式 price 20 2013年6月份8折優惠 起始日期 2013 06 01 00 00 00 結束日期 2013 06 30 23 59 59...

K 3Cloud 分頁報表示例參考

分頁報表首先需要實現的方法就是getlist,這個方法用來獲得分頁的條件。其他的就和其他報表類似了。using system using system.collections.generic using system.linq using system.text using kingdee.bos....