Modello Velocity Plugin generates files from the Modello model using Velocity templates.
Velocity ProcessingThe plugin is configured with a list of template
files to evaluate, rfelative to velocityBasedir
(which defaults to Maven's ${project.basedir}
).
During template evaluation, #MODELLO-VELOCITY#SAVE-OUTPUT-TO {relative path to file}
pseudo macro is available to send the rendered content to a file.
The Velocity context contains some variables related to the Modello model context that you can use:
Variable Type Description parameters configured in the pluginString
The parameters values configured in the plugin as {key}={value}
. version
String
The version of the model being used. model
Model
The Modello model. Helper
Helper
A helper tool with classical functions useful to generate content from a Modello model API. template
String
the template that is being evaluated.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4