Uses of Interface
org.thymeleaf.preprocessor.IPreProcessor
Packages that use IPreProcessor
Package
Description
-
Uses of IPreProcessor in org.thymeleaf
Fields in org.thymeleaf with type parameters of type IPreProcessorModifier and TypeFieldDescriptionprivate final EnumMap<TemplateMode, Set<IPreProcessor>> DialectSetConfiguration.preProcessorsMethods in org.thymeleaf that return types with arguments of type IPreProcessorModifier and TypeMethodDescriptionDialectSetConfiguration.getPreProcessors(TemplateMode templateMode) EngineConfiguration.getPreProcessors(TemplateMode templateMode) IEngineConfiguration.getPreProcessors(TemplateMode templateMode) Method parameters in org.thymeleaf with type arguments of type IPreProcessorModifier and TypeMethodDescriptionprivate static voidDialectSetConfiguration.initializeDefinitionsForPreProcessors(EnumMap<TemplateMode, ? extends Set<IPreProcessor>> preProcessorsByTemplateMode, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions) private static voidConfigurationPrinterHelper.printPreProcessorsForTemplateMode(ConfigurationPrinterHelper.ConfigLogBuilder logBuilder, Set<IPreProcessor> preProcessors, TemplateMode templateMode) -
Uses of IPreProcessor in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return types with arguments of type IPreProcessor -
Uses of IPreProcessor in org.thymeleaf.preprocessor
Classes in org.thymeleaf.preprocessor that implement IPreProcessor -
Uses of IPreProcessor in org.thymeleaf.util
Classes in org.thymeleaf.util that implement IPreProcessorModifier and TypeClassDescription(package private) static final classFields in org.thymeleaf.util declared as IPreProcessorModifier and TypeFieldDescriptionprivate final IPreProcessorProcessorConfigurationUtils.PreProcessorWrapper.preProcessorFields in org.thymeleaf.util with type parameters of type IPreProcessorModifier and TypeFieldDescriptionstatic final Comparator<IPreProcessor> ProcessorComparators.PRE_PROCESSOR_COMPARATORMethods in org.thymeleaf.util that return IPreProcessorModifier and TypeMethodDescriptionfinal IPreProcessorProcessorConfigurationUtils.PreProcessorWrapper.unwrap()static IPreProcessorProcessorConfigurationUtils.unwrap(IPreProcessor preProcessor) Unwraps a wrapped implementation ofIPreProcessor.static IPreProcessorProcessorConfigurationUtils.wrap(IPreProcessor preProcessor, IProcessorDialect dialect) Wraps an implementation ofIPreProcessorinto an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IPreProcessorModifier and TypeMethodDescriptionintProcessorComparators.PreProcessorPrecedenceComparator.compare(IPreProcessor o1, IPreProcessor o2) static IPreProcessorProcessorConfigurationUtils.unwrap(IPreProcessor preProcessor) Unwraps a wrapped implementation ofIPreProcessor.static IPreProcessorProcessorConfigurationUtils.wrap(IPreProcessor preProcessor, IProcessorDialect dialect) Wraps an implementation ofIPreProcessorinto an object that adds some information required internally (like e.g.Constructors in org.thymeleaf.util with parameters of type IPreProcessorModifierConstructorDescription(package private)PreProcessorWrapper(IPreProcessor preProcessor, IProcessorDialect dialect)