Important: Do not use outside of Soy code (treat as superpackage-private).
The rendered output will be appended to the Appendable provided to the constructor. @author Kai Huang
375376377378379380381382383384385386387388
if (data == null) { data = new SoyMapData(); } try { RenderVisitor rv = tofuRenderVisitorFactory.create( outputBuf, templateRegistry, data, ijData, null, activeDelPackageNames, msgBundle, cssRenamingMap); rv.exec(template); } catch (RenderException re) { throw new SoyTofuException(re); } }