public class ThymeleafEngine extends Object implements TemplateEngine
| 构造器和说明 |
|---|
ThymeleafEngine()
默认构造
|
ThymeleafEngine(TemplateConfig config)
构造
|
ThymeleafEngine(org.thymeleaf.TemplateEngine engine)
构造
|
public ThymeleafEngine()
public ThymeleafEngine(TemplateConfig config)
config - 模板配置public ThymeleafEngine(org.thymeleaf.TemplateEngine engine)
engine - TemplateEnginepublic Template getTemplate(String resource)
TemplateEnginegetTemplate 在接口中 TemplateEngineresource - 资源,根据事先不同,此资源可以是模板本身,也可以是模板的相对路径Copyright © 2019. All rights reserved.