Uses of Interface
science.aist.gtf.template.TemplateEngine
-
Packages that use TemplateEngine Package Description science.aist.gtf.template.impl science.aist.gtf.template.impl.renderer science.aist.gtf.visualization -
-
Uses of TemplateEngine in science.aist.gtf.template.impl
Classes in science.aist.gtf.template.impl that implement TemplateEngine Modifier and Type Class Description class
FreemarkerTemplateEngine
Freemarker implementation of the template engine -
Uses of TemplateEngine in science.aist.gtf.template.impl.renderer
Constructors in science.aist.gtf.template.impl.renderer with parameters of type TemplateEngine Constructor Description InstantiateTemplateRenderer(RendererCondition<TemplateTask> condition, org.springframework.util.PropertyPlaceholderHelper propertyPlaceholderHelper, TemplateEngine<? super Properties> templateEngine)
-
Uses of TemplateEngine in science.aist.gtf.visualization
Classes in science.aist.gtf.visualization that implement TemplateEngine Modifier and Type Class Description class
ExceptionPrinter
The Exception printer generates a report of exceptions provided to it.class
FreemarkerPrinter<T>
Printer that is based on freemarker.
-