org.thymeleaf
Class ParsedTemplate

Object
  extended by org.thymeleaf.ParsedTemplate
All Implemented Interfaces:
Cloneable

public final class ParsedTemplate
extends Object
implements Cloneable

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

getTemplateName

public String getTemplateName()

getTemplateResolution

public TemplateResolution getTemplateResolution()

getDocument

public Document getDocument()

clone

public ParsedTemplate clone()
Overrides:
clone in class Object


Copyright © 2011 The THYMELEAF team. All Rights Reserved.