中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

利用JSP 如何實現獲取spring容器中的bean

發布時間:2020-11-20 16:27:24 來源:億速云 閱讀:361 作者:Leah 欄目:編程語言

這篇文章給大家介紹利用JSP 如何實現獲取spring容器中的bean,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

JSP 獲取spring容器中bean的方法總結

方案1(Web中使用):

ApplicationContext ct = WebApplicationContextUtils.getRequiredWebApplicationContext(ServletActionContext.getServletContext());
 logService = (ISysLogService) ct.getBean("sysLogServiceImpl");

說明:getRequiredWebApplicationContext方法中需要傳入ServletContext()對象,在struts2中可以這樣獲取:

ServletActionContext.getServletContext()

方案2(通過手動啟動spring容器后獲取,如果在web中,不建議這樣使用):

//匹配多個文件

ApplicationContext ct = new FileSystemXmlApplicationContext(new String[]
 { "classpath:applicationContext.xml","classpath:lb/*/applicationContext-*.xml"});

//加載一個文件

ApplicationContext ct = new FileSystemXmlApplicationContext("classpath:applicationContext.xml");

關于利用JSP 如何實現獲取spring容器中的bean就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

广汉市| 海口市| 莫力| 沛县| 泸西县| 大英县| 永泰县| 故城县| 阜新| 万安县| 高阳县| 南木林县| 文成县| 拉萨市| 蓬安县| 县级市| 新干县| 洛南县| 吐鲁番市| 石狮市| 十堰市| 辰溪县| 重庆市| 萨嘎县| 读书| 游戏| 呼图壁县| 兴和县| 定襄县| 酉阳| 浏阳市| 永康市| 丰台区| 白水县| 西峡县| 淮安市| 新晃| 泰来县| 大兴区| 衡阳县| 葵青区|