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

Abstract implementation of IDialect that returns empty sets for all dialect components except for the DOCTYPE resolution entries, which return a set of standard DTD definitions for XHTML 1.0, XHTML 1.1 and HTML5.

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractXHTMLEnabledDialect()
           
 
Method Summary
 Set<IDocTypeResolutionEntry> getDocTypeResolutionEntries()
           Returns the set of DOCTYPE resolution entries.
protected  Set<IDocTypeResolutionEntry> getSpecificDocTypeResolutionEntries()
           
 
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getAttrProcessors, getDocTypeTranslations, getExecutionAttributes, getTagProcessors
 
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()
Description copied from interface: IDialect

Returns the set of DOCTYPE resolution entries.

Specified by:
getDocTypeResolutionEntries in interface IDialect
Overrides:
getDocTypeResolutionEntries in class AbstractDialect
Returns:
the set of DOCTYPE resolution entries.

getSpecificDocTypeResolutionEntries

protected Set<IDocTypeResolutionEntry> getSpecificDocTypeResolutionEntries()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.