Package com.google.template.soy.sharedpasses.render

Examples of com.google.template.soy.sharedpasses.render.RenderVisitor.exec()


    try {
      RenderVisitor rv = tofuRenderVisitorFactory.create(
          outputBuf, templateRegistry, data, ijData, null, activeDelPackageNames, msgBundle,
          cssRenamingMap);
      rv.exec(template);

    } catch (RenderException re) {
      throw new SoyTofuException(re);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.