378379380381382383384385386387388
try { RenderVisitor rv = tofuRenderVisitorFactory.create( outputBuf, templateRegistry, data, ijData, null, activeDelPackageNames, msgBundle, cssRenamingMap); rv.exec(template); } catch (RenderException re) { throw new SoyTofuException(re); } }