All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mtons.freemarker.DirectiveConsts Maven / Gradle / Ivy

/*
+--------------------------------------------------------------------------
|   Mtons [#RELEASE_VERSION#]
|   ========================================
|   Copyright (c) 2014, 2015 mtons. All Rights Reserved
|   http://www.mtons.com
+---------------------------------------------------------------------------
*/
package mtons.freemarker;

/**
 * Created by langhsu on 2015/9/25.
 */
public interface DirectiveConsts {
    String CONTEXT_PATH = "base";
    String HERE_PATH = "here";

    String LOCAL_DIRECTIVE = "local_directive";
    
    /**
     * 模式
     * - 动态
     * - 发布
     */
    String PATTERN = "pattern";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy