Closure Templates (a.k.a. Soy)

Lite javadoc for API users.

(Go to complete javadoc.)
Packages
com.google.template.soy Root package with main API entry point and Guice module.
com.google.template.soy.base Base classes.
com.google.template.soy.data Java representation of Soy data types.
com.google.template.soy.javasrc Java Source backend (experimental).
com.google.template.soy.jssrc JavaScript Source backend.
com.google.template.soy.msgs Support for message translation (i.e. localization).
com.google.template.soy.parseinfo Classes to represent parse info (see SoyParseInfoGenerator).
com.google.template.soy.shared Classes shared between multiple backends or between frontend and backend.
com.google.template.soy.tofu Java Object backend (a.k.a. Tofu).
com.google.template.soy.xliffmsgplugin Message plugin for the XLIFF file format.