Uses of Interface
org.thymeleaf.processor.doctype.IDocTypeProcessor
-
Packages that use IDocTypeProcessor Package Description org.thymeleaf org.thymeleaf.processor.doctype org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of IDocTypeProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IDocTypeProcessor Modifier and Type Method Description Set<IDocTypeProcessor>
EngineConfiguration. getDocTypeProcessors(TemplateMode templateMode)
Set<IDocTypeProcessor>
IEngineConfiguration. getDocTypeProcessors(TemplateMode templateMode)
-
Uses of IDocTypeProcessor in org.thymeleaf.processor.doctype
Classes in org.thymeleaf.processor.doctype that implement IDocTypeProcessor Modifier and Type Class Description class
AbstractDocTypeProcessor
Basic abstract implementation ofIDocTypeProcessor
. -
Uses of IDocTypeProcessor in org.thymeleaf.standard.processor
Classes in org.thymeleaf.standard.processor that implement IDocTypeProcessor Modifier and Type Class Description class
StandardTranslationDocTypeProcessor
-
Uses of IDocTypeProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return IDocTypeProcessor Modifier and Type Method Description static IDocTypeProcessor
ProcessorConfigurationUtils. unwrap(IDocTypeProcessor processor)
Unwraps a wrapped implementation ofIDocTypeProcessor
.static IDocTypeProcessor
ProcessorConfigurationUtils. wrap(IDocTypeProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofIDocTypeProcessor
into an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IDocTypeProcessor Modifier and Type Method Description static IDocTypeProcessor
ProcessorConfigurationUtils. unwrap(IDocTypeProcessor processor)
Unwraps a wrapped implementation ofIDocTypeProcessor
.static IDocTypeProcessor
ProcessorConfigurationUtils. wrap(IDocTypeProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofIDocTypeProcessor
into an object that adds some information required internally (like e.g.
-