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 classBasicCollectorA collector that does not use reflection and can be used with GWT.classDefaultCollectorThe default collector used by JMustache.Fields in com.samskivert.mustache declared as Mustache.Collector Modifier and Type Field Description Mustache.CollectorMustache.Compiler. collectorThe 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.CompilerMustache.Compiler. withCollector(Mustache.Collector collector)Returns a compiler configured to use the supplied collector.
-