Uses of Interface
com.samskivert.mustache.Mustache.Collector
-
-
Uses of Mustache.Collector in com.samskivert.mustache
Classes in com.samskivert.mustache that implement Mustache.Collector Modifier and Type Class Description class
BasicCollector
A collector that does not use reflection and can be used with GWT.class
DefaultCollector
The default collector used by JMustache.Fields in com.samskivert.mustache declared as Mustache.Collector Modifier and Type Field Description Mustache.Collector
Mustache.Compiler. collector
The collector used by templates compiled with this compiler.Methods in com.samskivert.mustache with parameters of type Mustache.Collector Modifier and Type Method Description Mustache.Compiler
Mustache.Compiler. withCollector(Mustache.Collector collector)
Returns a compiler configured to use the supplied collector.Constructors in com.samskivert.mustache with parameters of type Mustache.Collector Constructor Description Compiler(boolean standardsMode, boolean strictSections, java.lang.String nullValue, boolean missingIsNull, boolean emptyStringIsFalse, boolean zeroIsFalse, Mustache.Formatter formatter, Mustache.Escaper escaper, Mustache.TemplateLoader loader, Mustache.Collector collector, Mustache.Delims delims)
-