Uses of Interface
com.samskivert.mustache.Mustache.VariableFetcher
-
-
Uses of Mustache.VariableFetcher in com.samskivert.mustache
Classes in com.samskivert.mustache that implement Mustache.VariableFetcher Modifier and Type Class Description protected static class
BasicCollector.ArrayHelper
Fields in com.samskivert.mustache declared as Mustache.VariableFetcher Modifier and Type Field Description protected static Mustache.VariableFetcher
BasicCollector. CUSTOM_FETCHER
protected static Mustache.VariableFetcher
BasicCollector. ITER_FETCHER
protected static Mustache.VariableFetcher
BasicCollector. LIST_FETCHER
protected static 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.VariableFetcher Modifier and Type Field Description protected java.util.Map<Template.Key,Mustache.VariableFetcher>
Template. _fcache
Methods in com.samskivert.mustache that return Mustache.VariableFetcher Modifier and Type Method Description Mustache.VariableFetcher
BasicCollector. createFetcher(java.lang.Object ctx, java.lang.String name)
Mustache.VariableFetcher
DefaultCollector. createFetcher(java.lang.Object ctx, java.lang.String name)
Mustache.VariableFetcher
Mustache.Collector. createFetcher(java.lang.Object ctx, java.lang.String name)
Creates a fetcher for a so-named variable in the supplied context object, which will never be null.
-