TemplateEngine

org.beangle.template.api.TemplateEngine

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def forTemplate(template: String): TemplateRender
def renderTo(template: String, model: Any, writer: Writer): Unit
def suffix: String

Concrete methods

final def render(template: String, model: Any): String