Uses of Interface
org.rodnansol.core.generator.template.TemplateData
-
Packages that use TemplateData Package Description org.rodnansol.core.generator.template -
-
Uses of TemplateData in org.rodnansol.core.generator.template
Classes in org.rodnansol.core.generator.template that implement TemplateData Modifier and Type Class Description classMainTemplateDataClass representing the main template data.classSubTemplateDataClass representing a sub template data.Methods in org.rodnansol.core.generator.template with parameters of type TemplateData Modifier and Type Method Description StringHandlebarsTemplateCompiler. compileTemplate(String templatePath, TemplateData templateData)StringTemplateCompiler. compileTemplate(String templatePath, TemplateData templateData)Compiles the template with the given template data.
-