Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Templates

Supported template implementations for templating engine implementations

Link copied to clipboard
interface ViewModel
Link copied to clipboard

Functions

Link copied to clipboard
fun TemplateRenderer.renderToResponse(viewModel: ViewModel, status: Status = OK, contentType: ContentType = TEXT_HTML): Response

Convenience method for generating a Response from a view model.

Link copied to clipboard

Compose a TemplateRenderer with another, so you can fall back.