gpt4 book ai didi

java - 动态加载模板文件到 Rythm? (无需目录设置)

转载 作者:行者123 更新时间:2023-11-30 07:27:00 24 4
gpt4 key购买 nike

我希望能够做类似的事情

// be able to replace this section
Map<String, Object> map = new HashMap<>();
map.put("home.template", "resources"); // foo.html and bar.html (foo invoke bar)
Rythm.init(map);
System.out.println(Rythm.render("foo.html", "World"));

// with this section
Rythm.put("foo.html", fooTemplateStr);//dynamically add/replace foo.html to template repository
Rythm.put("bar.html", barTemplateStr);//dynamically add/replace bar.html to template repository
System.out.println(Rythm.render("foo.html", "World"));

我正在构建一个简单的博客引擎,允许用户通过网络界面设置/更改模板。但我需要使用 Rythm 将模板固定在目录或 jar 文件中,我可以动态加载它们吗?

最佳答案

关于java - 动态加载模板文件到 Rythm? (无需目录设置),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36682705/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com