Package | Description |
---|---|
cn.hutool.extra.template.engine.beetl |
Beetl实现,模板引擎介绍见:http://ibeetl.com/
|
cn.hutool.extra.template.engine.enjoy |
Jfinal家的Enjoy模板引擎实现,见:https://jfinal.com/doc/6-1
|
cn.hutool.extra.template.engine.freemarker |
Freemarker实现
见:https://freemarker.apache.org/ |
cn.hutool.extra.template.engine.jetbrick |
jetbrick-template实现,模板引擎介绍见:https://github.com/subchen/jetbrick-template-2x
|
cn.hutool.extra.template.engine.rythm |
Rythm实现,见:http://www.rythmengine.org/
|
cn.hutool.extra.template.engine.thymeleaf |
Thymeleaf实现,见:https://www.thymeleaf.org/
|
cn.hutool.extra.template.engine.velocity |
Velocity实现
见:http://velocity.apache.org/ |
cn.hutool.extra.template.engine.wit |
Wit实现,见:http://zqq90.github.io/webit-script/
|
Modifier and Type | Class and Description |
---|---|
class |
BeetlTemplate
Beetl模板实现
|
Modifier and Type | Class and Description |
---|---|
class |
EnjoyTemplate
Engoy模板实现
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerTemplate
Freemarker模板实现
|
Modifier and Type | Class and Description |
---|---|
class |
JetbrickTemplate
Jetbrick模板实现
见:https://github.com/subchen/jetbrick-template-2x |
Modifier and Type | Class and Description |
---|---|
class |
RythmTemplate
Rythm模板包装
|
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafTemplate
Thymeleaf模板实现
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityTemplate
Velocity模板包装
|
Modifier and Type | Class and Description |
---|---|
class |
WitTemplate
Wit模板实现
|
Copyright © 2024. All rights reserved.