A task for generating output by using Smarty.
Table C.97: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
controlTemplate | String | The control template used to generate the output. | none | Yes |
templatePath | String | The path where Smarty will look for templates. | none | Yes |
outputDirectory | String | The output directory, will be created if it doesn't exist. | none | Yes |
compilePath | String | The path Smarty uses as a "cache" for compiled templates. | none | No |
forceCompile | Boolean | Whether Smarty should always recompile templates. | false | No |
configPath | String | The path where Smarty will look for config files. | none | No |
leftDelimiter | String | The template left delimiter. | none | No |
rightDelimiter | String | The template right delimiter. | none | No |
contextProperties | String | The path to a property file that will be fed into the initial template context. | none | No |