Uses of Interface
org.thymeleaf.doctype.translation.IDocTypeTranslation

Packages that use IDocTypeTranslation
org.thymeleaf   
org.thymeleaf.dialect   
org.thymeleaf.doctype.translation   
org.thymeleaf.standard   
 

Uses of IDocTypeTranslation in org.thymeleaf
 

Methods in org.thymeleaf that return IDocTypeTranslation
 IDocTypeTranslation Configuration.getDocTypeTranslationBySource(String publicID, String systemID)
           
 

Methods in org.thymeleaf that return types with arguments of type IDocTypeTranslation
 Set<IDocTypeTranslation> Configuration.getDocTypeTranslations()
           
 

Uses of IDocTypeTranslation in org.thymeleaf.dialect
 

Methods in org.thymeleaf.dialect that return types with arguments of type IDocTypeTranslation
 Set<IDocTypeTranslation> IDialect.getDocTypeTranslations()
           Returns the set of DOCTYPE translations.
 Set<IDocTypeTranslation> AbstractDialect.getDocTypeTranslations()
           
 

Uses of IDocTypeTranslation in org.thymeleaf.doctype.translation
 

Classes in org.thymeleaf.doctype.translation that implement IDocTypeTranslation
 class DocTypeTranslation
           
 

Uses of IDocTypeTranslation in org.thymeleaf.standard
 

Fields in org.thymeleaf.standard declared as IDocTypeTranslation
static IDocTypeTranslation StandardDialect.XHTML1_FRAMESET_THYMELEAF_1_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML1_FRAMESET_THYMELEAF_2_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML1_STRICT_THYMELEAF_1_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML1_STRICT_THYMELEAF_2_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML1_TRANSITIONAL_THYMELEAF_1_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML1_TRANSITIONAL_THYMELEAF_2_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML11_THYMELEAF_1_DOC_TYPE_TRANSLATION
           
static IDocTypeTranslation StandardDialect.XHTML11_THYMELEAF_2_DOC_TYPE_TRANSLATION
           
 

Fields in org.thymeleaf.standard with type parameters of type IDocTypeTranslation
static Set<IDocTypeTranslation> StandardDialect.DOC_TYPE_TRANSLATIONS
           
 

Methods in org.thymeleaf.standard that return types with arguments of type IDocTypeTranslation
protected  Set<IDocTypeTranslation> StandardDialect.getAdditionalDocTypeTranslations()
           
 Set<IDocTypeTranslation> StandardDialect.getDocTypeTranslations()
           
 



Copyright © 2012 The THYMELEAF team. All Rights Reserved.