Skip to content

template/index

Overview

Module

  • package: org.eclipse.dirigible.sdk.template
  • source: template/

This module renders templates against a JSON parameter document. Three engines are bundled — Mustache, Velocity, and JavaScript (GraalJS expression evaluation) — selectable per call.

The main components of this module are:

  • TemplateEngines: Static facade with generate* variants for each engine.

Classes

Released under the EPL-2.0 License.