We have a commandline application, which generates HTML files. So far we use Freemarker. I'd like to use Wicket in a similar fashion: Give it a map of arguments, perhaps models (which are Java obects), and let Wicket render the HTML file.
What would be the way to do this? Is it supported? I mean, is there a public API for that, rather than using some internal API that is a subject to change in minor releases?