public class TemplateLoader extends Object
| Constructor and Description |
|---|
TemplateLoader(Iterable<String> templateFileNames) |
TemplateLoader(Iterable<String> templateFileNames,
Map<Class<?>,? extends org.stringtemplate.v4.AttributeRenderer> attributeRenderers) |
| Modifier and Type | Method and Description |
|---|---|
protected org.stringtemplate.v4.STGroup |
getTemplateGroup(Iterable<String> templateFileNames) |
protected org.stringtemplate.v4.STGroup |
getTemplateGroupFromFile(String fileName) |
org.stringtemplate.v4.ST |
load(String templateName) |
public org.stringtemplate.v4.ST load(String templateName) throws IOException
IOExceptionprotected org.stringtemplate.v4.STGroup getTemplateGroup(Iterable<String> templateFileNames) throws IOException
IOExceptionprotected org.stringtemplate.v4.STGroup getTemplateGroupFromFile(String fileName) throws IOException
IOExceptionCopyright © 2012-2016 Facebook, Inc.. All Rights Reserved.