public void setCompiler(com.samskivert.mustache.Mustache.Compiler compiler)
Set the Mustache compiler to be used by this view.
Typically this property is not set directly. Instead a single Mustache.Compiler is
expected in the Spring application context which is used to compile Mustache
templates.