Uses of Interface
org.thymeleaf.preprocessor.IPreProcessor
Packages that use IPreProcessor
Package
Description
-
Uses of IPreProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IPreProcessorModifier and TypeMethodDescriptionEngineConfiguration.getPreProcessors(TemplateMode templateMode) IEngineConfiguration.getPreProcessors(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
Fields 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 TypeMethodDescriptionstatic 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. the dialect this processor was registered for).Methods in org.thymeleaf.util with parameters of type IPreProcessorModifier and TypeMethodDescriptionstatic 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. the dialect this processor was registered for).