org.sisioh.trinity.view

thymeleaf

package thymeleaf

Visibility
  1. Public
  2. All

Type Members

  1. trait ThymeleafEngineContext extends TemplateEngineContext

  2. case class ThymeleafEngineContextImpl(templateMode: TemplateMode.Value = TemplateMode.XHTML, characterEncoding: String = "utf-8", suffix: String = ".html", cacheable: Boolean = true, cacheTTLMs: Option[Long] = scala.None)(implicit config: Config) extends ThymeleafEngineContext with Product with Serializable

  3. case class ThymeleafRenderer(path: String, context: Map[String, AnyRef] = ..., locale: Locale = java.util.Locale.getDefault())(implicit engineContext: ThymeleafEngineContext) extends TemplateRenderer with Product with Serializable

Value Members

  1. object TemplateMode extends Enumeration

  2. object ThymeleafEngineContext

Ungrouped