public class FreemarkerSqlLocator extends Object
.sql.ftl Freemarker files on the classpath.| Modifier and Type | Method and Description |
|---|---|
static freemarker.template.Template |
findTemplate(Class<?> type,
String templateName)
Deprecated.
this static method does not respect configuration, use
FreemarkerConfig.createLocator() |
static freemarker.template.Template |
findTemplate(freemarker.template.Configuration config,
Class<?> type,
String templateName) |
freemarker.template.Template |
locate(Class<?> type,
String templateName) |
@Deprecated public static freemarker.template.Template findTemplate(Class<?> type, String templateName)
FreemarkerConfig.createLocator()public static freemarker.template.Template findTemplate(freemarker.template.Configuration config,
Class<?> type,
String templateName)
Copyright © 2020. All rights reserved.