Uses of Interface
org.thymeleaf.preprocessor.IPreProcessor
-
Packages that use IPreProcessor Package Description org.thymeleaf org.thymeleaf.dialect org.thymeleaf.preprocessor org.thymeleaf.util -
-
Uses of IPreProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IPreProcessor Modifier and Type Method Description Set<IPreProcessor>EngineConfiguration. getPreProcessors(TemplateMode templateMode)Set<IPreProcessor>IEngineConfiguration. getPreProcessors(TemplateMode templateMode) -
Uses of IPreProcessor in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return types with arguments of type IPreProcessor Modifier and Type Method Description Set<IPreProcessor>IPreProcessorDialect. getPreProcessors() -
Uses of IPreProcessor in org.thymeleaf.preprocessor
Classes in org.thymeleaf.preprocessor that implement IPreProcessor Modifier and Type Class Description classPreProcessorBasic implementation ofIPreProcessor. -
Uses of IPreProcessor in org.thymeleaf.util
Fields in org.thymeleaf.util with type parameters of type IPreProcessor Modifier and Type Field Description static Comparator<IPreProcessor>ProcessorComparators. PRE_PROCESSOR_COMPARATORMethods in org.thymeleaf.util that return IPreProcessor Modifier and Type Method Description 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 IPreProcessor Modifier and Type Method Description 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.
-