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.VariableFetcherBasicCollector.CUSTOM_FETCHERprotected static final Mustache.VariableFetcherBasicCollector.ITER_FETCHERprotected static final Mustache.VariableFetcherBasicCollector.LIST_FETCHERprotected static final Mustache.VariableFetcherBasicCollector.MAP_FETCHERprotected static Mustache.VariableFetcherTemplate.NOT_FOUND_FETCHERA 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._fcacheMethods 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.