Uses of Interface
org.thymeleaf.postprocessor.IPostProcessor
Packages that use IPostProcessor
Package
Description
-
Uses of IPostProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IPostProcessorModifier and TypeMethodDescriptionEngineConfiguration.getPostProcessors(TemplateMode templateMode) IEngineConfiguration.getPostProcessors(TemplateMode templateMode) -
Uses of IPostProcessor in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return types with arguments of type IPostProcessor -
Uses of IPostProcessor in org.thymeleaf.postprocessor
Classes in org.thymeleaf.postprocessor that implement IPostProcessor -
Uses of IPostProcessor in org.thymeleaf.util
Fields in org.thymeleaf.util with type parameters of type IPostProcessorModifier and TypeFieldDescriptionstatic final Comparator<IPostProcessor>ProcessorComparators.POST_PROCESSOR_COMPARATORMethods in org.thymeleaf.util that return IPostProcessorModifier and TypeMethodDescriptionstatic IPostProcessorProcessorConfigurationUtils.unwrap(IPostProcessor postProcessor) Unwraps a wrapped implementation ofIPostProcessor.static IPostProcessorProcessorConfigurationUtils.wrap(IPostProcessor postProcessor, IProcessorDialect dialect) Wraps an implementation ofIPostProcessorinto an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IPostProcessorModifier and TypeMethodDescriptionstatic IPostProcessorProcessorConfigurationUtils.unwrap(IPostProcessor postProcessor) Unwraps a wrapped implementation ofIPostProcessor.static IPostProcessorProcessorConfigurationUtils.wrap(IPostProcessor postProcessor, IProcessorDialect dialect) Wraps an implementation ofIPostProcessorinto an object that adds some information required internally (like e.g.