PebbleAdapter

class PebbleAdapter(cache: Boolean = true, maxRenderedSize: Int = -1) : TemplatePort

Constructors

Link copied to clipboard
constructor(cache: Boolean = true, maxRenderedSize: Int = -1)

Functions

Link copied to clipboard
open fun render(template: String, context: Map<String, *>, locale: Locale): String
open override fun render(url: URL, context: Map<String, *>, locale: Locale): String
open override fun render(name: String, templates: Map<String, String>, context: Map<String, *>, locale: Locale): String