Package sonia.scm.template
package sonia.scm.template
API for template rendering.
-
ClassDescriptionThe template represents a single template file and is able to render this template.The
TemplateEngine
searches forTemplate
s and prepares the template for the rendering process.TheTemplateEngineFactory
is the entrypoint of the template api.This exception is thrown, if an error during the template parse phase occurs.This exception is thrown, if an error during the template rendering phase occurs.Util class for the template framework of scm-manager.Represents the type of aTemplateType
.A viewable holds the path to a template and the context object which is used to render the template.