Package com.google.template.soy.javasrc.internal

Examples of com.google.template.soy.javasrc.internal.JavaSrcModule


    // Install requisite modules.
    install(new SharedModule());
    install(new TofuModule());
    install(new JsSrcModule());
    install(new JavaSrcModule());

    // Bindings for when explicit dependencies are required.
    bind(CheckFunctionCallsVisitor.class);
    bind(ContextualAutoescaper.class);
    bind(PerformAutoescapeVisitor.class);
View Full Code Here

TOP

Related Classes of com.google.template.soy.javasrc.internal.JavaSrcModule

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.