Uses of Interface
com.samskivert.mustache.Mustache.VariableFetcher
-
Uses of Mustache.VariableFetcher in com.samskivert.mustache
Classes in com.samskivert.mustache that implement Mustache.VariableFetcherFields in com.samskivert.mustache declared as Mustache.VariableFetcherModifier and TypeFieldDescriptionprotected static final Mustache.VariableFetcher
BasicCollector.CUSTOM_FETCHER
protected static final Mustache.VariableFetcher
BasicCollector.ITER_FETCHER
protected static final Mustache.VariableFetcher
BasicCollector.LIST_FETCHER
protected static final Mustache.VariableFetcher
BasicCollector.MAP_FETCHER
protected static Mustache.VariableFetcher
Template.NOT_FOUND_FETCHER
A fetcher cached for lookups that failed to find a fetcher.Fields in com.samskivert.mustache with type parameters of type Mustache.VariableFetcherModifier and TypeFieldDescriptionprotected final Map
<Template.Key, Mustache.VariableFetcher> Template._fcache
Methods in com.samskivert.mustache that return Mustache.VariableFetcherModifier and TypeMethodDescriptionBasicCollector.createFetcher
(Object ctx, String name) DefaultCollector.createFetcher
(Object ctx, String name) Mustache.Collector.createFetcher
(Object ctx, String name) Creates a fetcher for a so-named variable in the supplied context object, which will never be null.