Uses of Interface
org.thymeleaf.postprocessor.IPostProcessor
Packages that use IPostProcessor
Package
Description
-
Uses of IPostProcessor in org.thymeleaf
Fields in org.thymeleaf with type parameters of type IPostProcessorModifier and TypeFieldDescriptionprivate final EnumMap<TemplateMode, Set<IPostProcessor>> DialectSetConfiguration.postProcessorsMethods in org.thymeleaf that return types with arguments of type IPostProcessorModifier and TypeMethodDescriptionDialectSetConfiguration.getPostProcessors(TemplateMode templateMode) EngineConfiguration.getPostProcessors(TemplateMode templateMode) IEngineConfiguration.getPostProcessors(TemplateMode templateMode) Method parameters in org.thymeleaf with type arguments of type IPostProcessorModifier and TypeMethodDescriptionprivate static voidDialectSetConfiguration.initializeDefinitionsForPostProcessors(EnumMap<TemplateMode, ? extends Set<IPostProcessor>> postProcessorsByTemplateMode, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions) private static voidConfigurationPrinterHelper.printPostProcessorsForTemplateMode(ConfigurationPrinterHelper.ConfigLogBuilder logBuilder, Set<IPostProcessor> postProcessors, 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
Classes in org.thymeleaf.util that implement IPostProcessorModifier and TypeClassDescription(package private) static final classFields in org.thymeleaf.util declared as IPostProcessorModifier and TypeFieldDescriptionprivate final IPostProcessorProcessorConfigurationUtils.PostProcessorWrapper.postProcessorFields 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 TypeMethodDescriptionfinal IPostProcessorProcessorConfigurationUtils.PostProcessorWrapper.unwrap()static 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 TypeMethodDescriptionintProcessorComparators.PostProcessorPrecedenceComparator.compare(IPostProcessor o1, IPostProcessor o2) static 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.Constructors in org.thymeleaf.util with parameters of type IPostProcessorModifierConstructorDescription(package private)PostProcessorWrapper(IPostProcessor postProcessor, IProcessorDialect dialect)