Package com.google.template.soy.basicdirectives

Examples of com.google.template.soy.basicdirectives.BasicDirectivesModule


    bind(CheckFunctionCallsVisitor.class);
    bind(ContextualAutoescaper.class);
    bind(PerformAutoescapeVisitor.class);

    // Install default directive and function modules.
    install(new BasicDirectivesModule());
    install(new BidiDirectivesModule());
    install(new BasicFunctionsModule());
    install(new BidiFunctionsModule());
    install(new I18nDirectivesModule());
View Full Code Here

TOP

Related Classes of com.google.template.soy.basicdirectives.BasicDirectivesModule

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.