The default template file extension for StringTemplate is ".st". Now I have several template files in the folder, and their extension is ".dwt". Is there a way to change the default template file extension and load all of them as shown below:
StringTemplateGroup group = new StringTemplateGroup("views", viewPath);
Ethan source
share