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