最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

監(jiān)聽器的代碼

2020-05-18 11:41 作者:小垃圾kiki  | 我要投稿
package cn.itcast.web.listener;

import java.io.FileInputStream;

import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
@WebListener
public class ContextLoaderListener implements ServletContextListener {
?? ?/*
?? ? * 監(jiān)聽ServletContext對象創(chuàng)建的?? ServletContext對象在服務器啟動后自動創(chuàng)建
?? ? * 在服務器啟動后自動調(diào)用
?? ? */
?? ?@Override
?? ?public void contextInitialized(ServletContextEvent sce) {
?? ??? ?//加載資源文件
?? ??? ?//1.獲取ServletContext對象
?? ??? ?ServletContext servletContext=sce.getServletContext();
?? ??? ?//2.加載資源文件
??????? String contextConfigLocation = servletContext.getInitParameter("contextConfigLocation");

??????? //3.獲取真實路徑
??????? String realPath = servletContext.getRealPath(contextConfigLocation);

??????? //4.加載進內(nèi)存
??????? try{
??????????? FileInputStream fis = new FileInputStream(realPath);
??????????? System.out.println(fis);
??????? }catch (Exception e){
??????????? e.printStackTrace();
??????? }
??????? System.out.println("ServletContext對象被創(chuàng)建了。。。");
?? ?}
?? ?
?? ?/*
?? ? * 在服務器關閉后,ServletContext對象被銷毀。當服務器正常關閉后該方法被調(diào)用
?? ? */
?? ?@Override
?? ?public void contextDestroyed(ServletContextEvent sce) {
?? ??? ?System.out.println(" ServletContext對象被銷毀了");
?? ?}
}

監(jiān)聽器的代碼的評論 (共 條)

分享到微博請遵守國家法律
青岛市| 浦县| 大冶市| 宁都县| 吉水县| 旬阳县| 南雄市| 正宁县| 灵丘县| 阜阳市| 湖南省| 温泉县| 托克逊县| 盘锦市| 嘉荫县| 新乡市| 邵东县| 桂平市| 广东省| 光山县| 双流县| 桃源县| 襄汾县| 镇宁| 长宁县| 南阳市| 抚顺县| 科技| 宜宾市| 义马市| 长海县| 卢氏县| 富民县| 泾阳县| 南郑县| 茌平县| 沧源| 绵竹市| 大安市| 纳雍县| 延吉市|