org.thymeleaf
Class Template

Object
  extended by org.thymeleaf.Template

public final class Template
extends Object

A read and parsed template.

Template objects model templates as they are needed by the TemplateEngine, including its name, TemplateResolution objects and DOM tree.

Since:
2.0.0
Author:
Daniel Fernández

Method Summary
 Template createDuplicate()
           
 Document getDocument()
           
 String getTemplateName()
           
 TemplateResolution getTemplateResolution()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTemplateName

public String getTemplateName()

getTemplateResolution

public TemplateResolution getTemplateResolution()

getDocument

public Document getDocument()

createDuplicate

public Template createDuplicate()


Copyright © 2014 The THYMELEAF team. All Rights Reserved.