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 class
PreProcessor
Basic 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_COMPARATOR
Methods in org.thymeleaf.util that return IPreProcessor Modifier and Type Method Description static IPreProcessor
ProcessorConfigurationUtils. unwrap(IPreProcessor preProcessor)
Unwraps a wrapped implementation ofIPreProcessor
.static IPreProcessor
ProcessorConfigurationUtils. wrap(IPreProcessor preProcessor, IProcessorDialect dialect)
Wraps an implementation ofIPreProcessor
into 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 IPreProcessor
ProcessorConfigurationUtils. unwrap(IPreProcessor preProcessor)
Unwraps a wrapped implementation ofIPreProcessor
.static IPreProcessor
ProcessorConfigurationUtils. wrap(IPreProcessor preProcessor, IProcessorDialect dialect)
Wraps an implementation ofIPreProcessor
into an object that adds some information required internally (like e.g.
-