public class ThymeleafEngine extends Object implements TemplateEngine
Constructor and Description |
---|
ThymeleafEngine()
默认构造
|
ThymeleafEngine(TemplateConfig config)
构造
|
ThymeleafEngine(org.thymeleaf.TemplateEngine engine)
构造
|
Modifier and Type | Method and Description |
---|---|
org.thymeleaf.TemplateEngine |
getRawEngine()
获取原始引擎的钩子方法,用于自定义特殊属性,如插件等
|
Template |
getTemplate(String resource)
获取模板
|
TemplateEngine |
init(TemplateConfig config)
使用指定配置文件初始化模板引擎
|
public ThymeleafEngine()
public ThymeleafEngine(TemplateConfig config)
config
- 模板配置public ThymeleafEngine(org.thymeleaf.TemplateEngine engine)
engine
- TemplateEngine
public TemplateEngine init(TemplateConfig config)
TemplateEngine
init
in interface TemplateEngine
config
- 配置文件public Template getTemplate(String resource)
TemplateEngine
getTemplate
in interface TemplateEngine
resource
- 资源,根据实现不同,此资源可以是模板本身,也可以是模板的相对路径public org.thymeleaf.TemplateEngine getRawEngine()
TemplateEngine
Copyright © 2024. All rights reserved.