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 TypeClassDescriptionclassA collector that does not use reflection and can be used with GWT.classThe default collector used by JMustache.Fields in com.samskivert.mustache declared as Mustache.CollectorModifier and TypeFieldDescriptionfinal Mustache.CollectorMustache.Compiler.collectorThe 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.