Package com.google.template.soy.i18ndirectives

Examples of com.google.template.soy.i18ndirectives.I18nDirectivesModule


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

    // Bind providers of factories (created via assisted inject).
    install(new FactoryModuleBuilder().build(SoyFileSetFactory.class));

    // The static injection of SoyFileSetFactory into SoyFileSet.Builder is what allows the Soy
View Full Code Here

TOP

Related Classes of com.google.template.soy.i18ndirectives.I18nDirectivesModule

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.