org.thymeleaf.templatewriter
Class XhtmlHtml5TemplateWriter

Object
  extended by org.thymeleaf.templatewriter.AbstractGeneralTemplateWriter
      extended by org.thymeleaf.templatewriter.XhtmlHtml5TemplateWriter
All Implemented Interfaces:
ITemplateWriter

public final class XhtmlHtml5TemplateWriter
extends AbstractGeneralTemplateWriter

Since:
2.0.0
Author:
Daniel Fernández

Constructor Summary
XhtmlHtml5TemplateWriter()
           
 
Method Summary
protected  boolean shouldWriteXmlDeclaration()
           
protected  boolean useXhtmlTagMinimizationRules()
           
 
Methods inherited from class org.thymeleaf.templatewriter.AbstractGeneralTemplateWriter
write, writeCDATASection, writeComment, writeDocType, writeDocument, writeElement, writeNode, writeText, writeXmlDeclaration
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlHtml5TemplateWriter

public XhtmlHtml5TemplateWriter()
Method Detail

shouldWriteXmlDeclaration

protected boolean shouldWriteXmlDeclaration()
Specified by:
shouldWriteXmlDeclaration in class AbstractGeneralTemplateWriter

useXhtmlTagMinimizationRules

protected boolean useXhtmlTagMinimizationRules()
Specified by:
useXhtmlTagMinimizationRules in class AbstractGeneralTemplateWriter


Copyright © 2012 The THYMELEAF team. All Rights Reserved.