apache Velocity模版引擎--資源加載方式

1. java加載資源的方式

1.1 通過java i/o提供的接口以普通文件的形式加載

1.2 通過Class 類加載資源

public InputStream getResourceAsStream(String name);

如果使用Class類來加載資源文件需要區(qū)分以 '/' 開頭和不以 '/'開頭。

  • 以 '/'開頭:Java以classpath為根目錄菱父,直接加上name來搜索資源文件革屠。
  • 不以 '/'開頭:資源文件的全路徑應(yīng)該為:調(diào)用getResourceAsStream方法的類的package路徑加上name。
    /**
     * Add a package name prefix if the name is not absolute Remove leading "/"
     * if name is absolute
     */
    private String resolveName(String name) {
        if (name == null) {
            return name;
        }
        //不以 ‘/’開頭處理路徑,移除/,包名中.換成/
        /**
         * 比如:com.velocity   -->  com/velocity
        **/
        if (!name.startsWith("/")) {
            Class<?> c = this;
            while (c.isArray()) {
                c = c.getComponentType();
            }
            String baseName = c.getName();
            int index = baseName.lastIndexOf('.');
            if (index != -1) {
                name = baseName.substring(0, index).replace('.', '/')
                    +"/"+name;
            }
        } else {
            //以 / 開頭緊緊簡單移除 /
            name = name.substring(1);
        }
        return name;
    }

1.3 通過ClassLoader 加載資源

public InputStream getResourceAsStream(String name);

用ClassLoader加載配置文件時宽涌,name均不能以"/"開頭,在查找時直接在classpath下進(jìn)行查找蝶棋。

1.4 java加載資源的demo

1.4.1 項目結(jié)構(gòu)

目錄結(jié)構(gòu)

1.4.2 conf.properties

pro=pro

1.4.2 main函數(shù)

package com.velocity.resources;

import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;

/**
 * @author mingxin
 */
public class ResourcesLoad {

  public static void main(String[] args){
    ResourcesLoad main = new ResourcesLoad();
    try{
      main.loadByClassLoader();
    }catch (IOException e){
      e.printStackTrace();
    }
  }

  public void loadByClass() throws IOException{
    InputStream input = this.getClass().getResourceAsStream("/conf.properties");
    Properties properties = new Properties();
    properties.load(input);
    System.out.println(properties);
  }

  public void loadByClassLoader() throws IOException{
    InputStream input = this.getClass().getClassLoader().getResourceAsStream("conf.properties");
    Properties properties = new Properties();
    properties.load(input);
    System.out.println(properties);
  }
}

2. velocity加載配置文件的方式

2.1 Velocity.init( String propsFilename )

找到 Velocity.init源碼

    /**
     *  initialize the Velocity runtime engine, using default properties
     *  plus the properties in the properties file passed in as the arg
     *
     *  @param propsFilename file containing properties to use to initialize
     *         the Velocity runtime
     */
    public static void init( String propsFilename )
    {
        RuntimeSingleton.init(propsFilename);
    }

一路找下去最終可以到ExtendedProperties,可以看到文件的加載是使用new File()來的卸亮,這樣我們必須給的是絕對路徑,所以init一般使用不帶參數(shù)版本或者Properties作為參數(shù)的。

    /**
     * Creates and loads the extended properties from the specified file.
     *
     * @param file  the filename to load
     * @param defaultFile  a second filename to load default values from
     * @throws IOException if a file error occurs
     */
    public ExtendedProperties(String file, String defaultFile) throws IOException {
        this.file = file;

        basePath = new File(file).getAbsolutePath();
        basePath = basePath.substring(0, basePath.lastIndexOf(fileSeparator) + 1);

        FileInputStream in = null;
        try {
            in = new FileInputStream(file);
            this.load(in);
        } finally {
            try {
                if (in != null) {
                    in.close();
                }
            } catch (IOException ex) {}
        }

        if (defaultFile != null) {
            defaults = new ExtendedProperties(defaultFile);
        }
    }
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末玩裙,一起剝皮案震驚了整個濱河市兼贸,隨后出現(xiàn)的幾起案子段直,更是在濱河造成了極大的恐慌,老刑警劉巖溶诞,帶你破解...
    沈念sama閱讀 206,126評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件鸯檬,死亡現(xiàn)場離奇詭異,居然都是意外死亡螺垢,警方通過查閱死者的電腦和手機(jī)喧务,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來甩苛,“玉大人蹂楣,你說我怎么就攤上這事⊙镀眩” “怎么了痊土?”我有些...
    開封第一講書人閱讀 152,445評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長墨林。 經(jīng)常有香客問我赁酝,道長,這世上最難降的妖魔是什么旭等? 我笑而不...
    開封第一講書人閱讀 55,185評論 1 278
  • 正文 為了忘掉前任酌呆,我火速辦了婚禮,結(jié)果婚禮上搔耕,老公的妹妹穿的比我還像新娘隙袁。我一直安慰自己,他們只是感情好弃榨,可當(dāng)我...
    茶點故事閱讀 64,178評論 5 371
  • 文/花漫 我一把揭開白布菩收。 她就那樣靜靜地躺著,像睡著了一般鲸睛。 火紅的嫁衣襯著肌膚如雪娜饵。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 48,970評論 1 284
  • 那天官辈,我揣著相機(jī)與錄音箱舞,去河邊找鬼。 笑死拳亿,一個胖子當(dāng)著我的面吹牛晴股,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播肺魁,決...
    沈念sama閱讀 38,276評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼队魏,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了万搔?” 一聲冷哼從身側(cè)響起胡桨,我...
    開封第一講書人閱讀 36,927評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎瞬雹,沒想到半個月后昧谊,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,400評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡酗捌,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,883評論 2 323
  • 正文 我和宋清朗相戀三年呢诬,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片胖缤。...
    茶點故事閱讀 37,997評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡尚镰,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出哪廓,到底是詐尸還是另有隱情狗唉,我是刑警寧澤,帶...
    沈念sama閱讀 33,646評論 4 322
  • 正文 年R本政府宣布涡真,位于F島的核電站分俯,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏哆料。R本人自食惡果不足惜缸剪,卻給世界環(huán)境...
    茶點故事閱讀 39,213評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望东亦。 院中可真熱鬧杏节,春花似錦、人聲如沸典阵。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,204評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽萄喳。三九已至卒稳,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間他巨,已是汗流浹背充坑。 一陣腳步聲響...
    開封第一講書人閱讀 31,423評論 1 260
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留染突,地道東北人捻爷。 一個月前我還...
    沈念sama閱讀 45,423評論 2 352
  • 正文 我出身青樓,卻偏偏與公主長得像份企,于是被迫代替她去往敵國和親也榄。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,722評論 2 345

推薦閱讀更多精彩內(nèi)容

  • Spring Cloud為開發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見模式的工具(例如配置管理,服務(wù)發(fā)現(xiàn)甜紫,斷路器降宅,智...
    卡卡羅2017閱讀 134,599評論 18 139
  • 1. Java基礎(chǔ)部分 基礎(chǔ)部分的順序:基本語法,類相關(guān)的語法囚霸,內(nèi)部類的語法腰根,繼承相關(guān)的語法,異常的語法拓型,線程的語...
    子非魚_t_閱讀 31,581評論 18 399
  • ¥開啟¥ 【iAPP實現(xiàn)進(jìn)入界面執(zhí)行逐一顯】 〖2017-08-25 15:22:14〗 《//首先開一個線程额嘿,因...
    小菜c閱讀 6,358評論 0 17
  • 當(dāng)夜晚要來臨的時候,一天繁忙和枯燥的工作依已然結(jié)束劣挫,坐在值班室中册养,靜靜的思考種種得失,畢業(yè)工作已經(jīng)3年了压固,我一...
    藝術(shù)的熏陶1979閱讀 257評論 0 0
  • 飄雪的冬季球拦, 潔白的大地像底片, 陽光給樹梢剪影邓夕, 卻留下一地的碎金刘莹。
    嘉龍閱讀 205評論 0 2