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
Fields in org.thymeleaf with type parameters of type IPostProcessor Modifier and Type Field Description private java.util.EnumMap<TemplateMode,java.util.Set<IPostProcessor>>DialectSetConfiguration. postProcessorsMethods in org.thymeleaf that return types with arguments of type IPostProcessor Modifier and Type Method Description java.util.Set<IPostProcessor>DialectSetConfiguration. getPostProcessors(TemplateMode templateMode)java.util.Set<IPostProcessor>EngineConfiguration. getPostProcessors(TemplateMode templateMode)java.util.Set<IPostProcessor>IEngineConfiguration. getPostProcessors(TemplateMode templateMode)Method parameters in org.thymeleaf with type arguments of type IPostProcessor Modifier and Type Method Description private static voidDialectSetConfiguration. initializeDefinitionsForPostProcessors(java.util.EnumMap<TemplateMode,? extends java.util.Set<IPostProcessor>> postProcessorsByTemplateMode, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions)private static voidConfigurationPrinterHelper. printPostProcessorsForTemplateMode(ConfigurationPrinterHelper.ConfigLogBuilder logBuilder, java.util.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 Modifier and Type Method Description java.util.Set<IPostProcessor>IPostProcessorDialect. getPostProcessors() -
Uses of IPostProcessor in org.thymeleaf.postprocessor
Classes in org.thymeleaf.postprocessor that implement IPostProcessor Modifier and Type Class Description classPostProcessorBasic implementation ofIPostProcessor. -
Uses of IPostProcessor in org.thymeleaf.util
Classes in org.thymeleaf.util that implement IPostProcessor Modifier and Type Class Description (package private) static classProcessorConfigurationUtils.PostProcessorWrapperFields in org.thymeleaf.util declared as IPostProcessor Modifier and Type Field Description private IPostProcessorProcessorConfigurationUtils.PostProcessorWrapper. postProcessorFields in org.thymeleaf.util with type parameters of type IPostProcessor Modifier and Type Field Description static java.util.Comparator<IPostProcessor>ProcessorComparators. POST_PROCESSOR_COMPARATORMethods in org.thymeleaf.util that return IPostProcessor Modifier and Type Method Description 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 IPostProcessor Modifier and Type Method Description intProcessorComparators.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 IPostProcessor Constructor Description PostProcessorWrapper(IPostProcessor postProcessor, IProcessorDialect dialect)
-