Deprecated API


Contents
Deprecated Methods
com.google.template.soy.SoyFileSet.compileToJavaObj()
          Use SoyFileSet.compileToTofu(). 
com.google.template.soy.SoyFileSet.compileToJavaObj(boolean)
          Use SoyFileSet.compileToTofu(com.google.template.soy.tofu.SoyTofuOptions). 
com.google.template.soy.tofu.SoyTofu.render(SoyTemplateInfo, Map, SoyMsgBundle)
          Use SoyTofu.newRenderer(SoyTemplateInfo). 
com.google.template.soy.tofu.SoyTofu.render(SoyTemplateInfo, SoyMapData, SoyMsgBundle)
          Use SoyTofu.newRenderer(SoyTemplateInfo). 
com.google.template.soy.tofu.SoyTofu.render(String, Map, SoyMsgBundle)
          Use SoyTofu.newRenderer(String). 
com.google.template.soy.tofu.SoyTofu.render(String, SoyMapData, SoyMsgBundle)
          Use SoyTofu.newRenderer(String). 
 

Deprecated Constructors
com.google.template.soy.base.SoySyntaxException(String)
          Do not use outside of Soy code (treat as superpackage-private). 
com.google.template.soy.parseinfo.SoyTemplateInfo(String, ImmutableMap)
          Users should not be creating SoyTemplateInfo objects. If you're constructing SoyTemplateInfo objects from non-Soy-internal code, your code will be broken by future Soy changes.