Package jetbrick.template.compiler

Examples of jetbrick.template.compiler.JetTemplateClassLoader


    protected void load(JetConfig config) {
        this.config = config.build();
        this.resolver = createVariableResolver();
        this.resourceLoader = createResourceLoader();
        this.classLoader = new JetTemplateClassLoader(config);
        this.resourceCache = new ConcurrentResourceCache();
        this.templateCache = new ConcurrentTemplateCache();
        this.securityManager = createSecurityManager();
        this.globalVariables = createGlobalVariables();
View Full Code Here

TOP

Related Classes of jetbrick.template.compiler.JetTemplateClassLoader

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.