-
- Enclosing class:
- Mustache
public static interface Mustache.TemplateLoader
Handles loading partial templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Reader
getTemplate(java.lang.String name)
Returns a reader for the template with the supplied name.
-