Package jetbrick.template.JetConfig

Examples of jetbrick.template.JetConfig.CompileStrategy


    private long lastCompiledTimestamp;
    private JetPage pageObject;

    protected JetTemplate(JetEngine engine, Resource resource) {
        JetConfig config = engine.getConfig();
        CompileStrategy compileStrategy = config.getCompileStrategy();

        this.engine = engine;
        this.resource = resource;
        this.encoding = config.getOutputEncoding();
        this.reloadable = config.isTemplateReloadable() && compileStrategy != CompileStrategy.none;
View Full Code Here

TOP

Related Classes of jetbrick.template.JetConfig.CompileStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.