Skip navigation links

Package sirius.web.templates

Provides access to various template engines which generate HTML, text or PDF files.

See: Description

Package sirius.web.templates Description

Provides access to various template engines which generate HTML, text or PDF files. Depending on the needs, a super fast static typed engine or a flexible untyped engine are available to fit most needs.

Integrates the Rythm-Engine (http://www.rythmengine.org) to render HTML. Used mainly by controllers (Controller) by calling Response.template(String, Object...)

Provides a content generation framework using velocity (http://velocity.apache.org) or JavaScript to generate various types of outputs. This can be done by calling Templates.generator() and using the fluent API to control the generated output.

Skip navigation links

Copyright © 2018. All rights reserved.