Uses of Interface
org.thymeleaf.processor.doctype.IDocTypeProcessor
Packages that use IDocTypeProcessor
Package
Description
-
Uses of IDocTypeProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IDocTypeProcessorModifier and TypeMethodDescriptionEngineConfiguration.getDocTypeProcessors(TemplateMode templateMode) IEngineConfiguration.getDocTypeProcessors(TemplateMode templateMode) -
Uses of IDocTypeProcessor in org.thymeleaf.processor.doctype
Classes in org.thymeleaf.processor.doctype that implement IDocTypeProcessor -
Uses of IDocTypeProcessor in org.thymeleaf.standard.processor
Classes in org.thymeleaf.standard.processor that implement IDocTypeProcessor -
Uses of IDocTypeProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return IDocTypeProcessorModifier and TypeMethodDescriptionstatic IDocTypeProcessorProcessorConfigurationUtils.unwrap(IDocTypeProcessor processor) Unwraps a wrapped implementation ofIDocTypeProcessor.static IDocTypeProcessorProcessorConfigurationUtils.wrap(IDocTypeProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIDocTypeProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).Methods in org.thymeleaf.util with parameters of type IDocTypeProcessorModifier and TypeMethodDescriptionstatic IDocTypeProcessorProcessorConfigurationUtils.unwrap(IDocTypeProcessor processor) Unwraps a wrapped implementation ofIDocTypeProcessor.static IDocTypeProcessorProcessorConfigurationUtils.wrap(IDocTypeProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIDocTypeProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).