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 classBasicCollector.ArrayHelperFields in com.samskivert.mustache declared as Mustache.VariableFetcher Modifier and Type Field Description protected static Mustache.VariableFetcherBasicCollector. CUSTOM_FETCHERprotected static Mustache.VariableFetcherBasicCollector. ITER_FETCHERprotected static Mustache.VariableFetcherBasicCollector. LIST_FETCHERprotected static 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.VariableFetcher Modifier and Type Field Description protected java.util.Map<Template.Key,Mustache.VariableFetcher>Template. _fcacheMethods in com.samskivert.mustache that return Mustache.VariableFetcher Modifier and Type Method Description Mustache.VariableFetcherBasicCollector. createFetcher(java.lang.Object ctx, java.lang.String name)Mustache.VariableFetcherDefaultCollector. createFetcher(java.lang.Object ctx, java.lang.String name)Mustache.VariableFetcherMustache.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.
-