org.thymeleaf.dialect
Class AbstractXHTMLEnabledDialect

Object
  extended by org.thymeleaf.dialect.AbstractDialect
      extended by org.thymeleaf.dialect.AbstractXHTMLEnabledDialect
All Implemented Interfaces:
IDialect
Direct Known Subclasses:
StandardDialect

public abstract class AbstractXHTMLEnabledDialect
extends AbstractDialect

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractXHTMLEnabledDialect()
           
 
Method Summary
 Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
           
protected  Set<IDocTypeResolutionEntry> getSpecificDocTypeResolutionEntries()
           
 
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getAttrProcessors, getDocTypeTranslations, getTagProcessors, getValueProcessors
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.dialect.IDialect
getPrefix, isLenient
 

Constructor Detail

AbstractXHTMLEnabledDialect

public AbstractXHTMLEnabledDialect()
Method Detail

getDocTypeResolutionEntries

public final Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
Specified by:
getDocTypeResolutionEntries in interface IDialect
Overrides:
getDocTypeResolutionEntries in class AbstractDialect

getSpecificDocTypeResolutionEntries

protected Set<IDocTypeResolutionEntry> getSpecificDocTypeResolutionEntries()


Copyright © 2011 The THYMELEAF team. All Rights Reserved.