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