Uses of Interface
org.thymeleaf.postprocessor.IPostProcessor
-
Packages that use IPostProcessor Package Description org.thymeleaf org.thymeleaf.dialect org.thymeleaf.postprocessor org.thymeleaf.util -
-
Uses of IPostProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IPostProcessor Modifier and Type Method Description Set<IPostProcessor>
EngineConfiguration. getPostProcessors(TemplateMode templateMode)
Set<IPostProcessor>
IEngineConfiguration. getPostProcessors(TemplateMode templateMode)
-
Uses of IPostProcessor in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return types with arguments of type IPostProcessor Modifier and Type Method Description Set<IPostProcessor>
IPostProcessorDialect. getPostProcessors()
-
Uses of IPostProcessor in org.thymeleaf.postprocessor
Classes in org.thymeleaf.postprocessor that implement IPostProcessor Modifier and Type Class Description class
PostProcessor
Basic implementation ofIPostProcessor
. -
Uses of IPostProcessor in org.thymeleaf.util
Fields in org.thymeleaf.util with type parameters of type IPostProcessor Modifier and Type Field Description static Comparator<IPostProcessor>
ProcessorComparators. POST_PROCESSOR_COMPARATOR
Methods in org.thymeleaf.util that return IPostProcessor Modifier and Type Method Description static IPostProcessor
ProcessorConfigurationUtils. unwrap(IPostProcessor postProcessor)
Unwraps a wrapped implementation ofIPostProcessor
.static IPostProcessor
ProcessorConfigurationUtils. wrap(IPostProcessor postProcessor, IProcessorDialect dialect)
Wraps an implementation ofIPostProcessor
into an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IPostProcessor Modifier and Type Method Description static IPostProcessor
ProcessorConfigurationUtils. unwrap(IPostProcessor postProcessor)
Unwraps a wrapped implementation ofIPostProcessor
.static IPostProcessor
ProcessorConfigurationUtils. wrap(IPostProcessor postProcessor, IProcessorDialect dialect)
Wraps an implementation ofIPostProcessor
into an object that adds some information required internally (like e.g.
-