Uses of Class
cloud.opencode.base.string.template.TemplateEngine
Packages that use TemplateEngine
-
Uses of TemplateEngine in cloud.opencode.base.string.template
Methods in cloud.opencode.base.string.template that return TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.create()Create a new template engine instance 创建新的模板引擎实例TemplateEngine.registerFunction(String name, Function<Object[], Object> function) Register a custom function 注册自定义函数TemplateEngine.variablePrefix(String prefix) Set variable prefix 设置变量前缀TemplateEngine.variableSuffix(String suffix) Set variable suffix 设置变量后缀