AbstractTemplateEngine

abstract class AbstractTemplateEngine extends TemplateEngine with Logging
trait Logging
trait TemplateEngine
class Object
trait Matchable
class Any

Value members

Abstract methods

def config: Configuration

Concrete methods

def forTemplate(template: String): TemplateRender
protected def getTemplate(config: Configuration, templateName: String): Template

Load template

Load template

def suffix: String

Inherited methods

final def render(template: String, model: Any): String
Inherited from
TemplateEngine
def renderTo(template: String, model: Any, writer: Writer): Unit
Inherited from
TemplateEngine

Inherited fields

protected val logger: Logger
Inherited from
Logging