Skip to content

EN.03.04.05.Groovy Templates Specification

stormcat24 edited this page Aug 12, 2014 · 1 revision

template.yaml

In the case of Groovy Templates, locate template.yaml at project root directory, as follows.

name content default value
extension extension of template .html
mode template mode (simple, gstring, xml) simple
groovyTemplate:
  extension: .html
  mode: gstring

Template mode

Implementation of template mode is as follows.

mode FQDN
simple groovy.text.SimpleTemplateEngine
gstring groovy.text.GStringTemplateEngine
xml groovy.text.XmlTemplateEngine

Extended Specification on Aeromock

Nothing

Clone this wiki locally