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
Fields in org.thymeleaf with type parameters of type IPreProcessor Modifier and Type Field Description private java.util.EnumMap<TemplateMode,java.util.Set<IPreProcessor>>DialectSetConfiguration. preProcessorsMethods in org.thymeleaf that return types with arguments of type IPreProcessor Modifier and Type Method Description java.util.Set<IPreProcessor>DialectSetConfiguration. getPreProcessors(TemplateMode templateMode)java.util.Set<IPreProcessor>EngineConfiguration. getPreProcessors(TemplateMode templateMode)java.util.Set<IPreProcessor>IEngineConfiguration. getPreProcessors(TemplateMode templateMode)Method parameters in org.thymeleaf with type arguments of type IPreProcessor Modifier and Type Method Description private static voidDialectSetConfiguration. initializeDefinitionsForPreProcessors(java.util.EnumMap<TemplateMode,? extends java.util.Set<IPreProcessor>> preProcessorsByTemplateMode, ElementDefinitions elementDefinitions, AttributeDefinitions attributeDefinitions)private static voidConfigurationPrinterHelper. printPreProcessorsForTemplateMode(ConfigurationPrinterHelper.ConfigLogBuilder logBuilder, java.util.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 Modifier and Type Method Description java.util.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
Classes in org.thymeleaf.util that implement IPreProcessor Modifier and Type Class Description (package private) static classProcessorConfigurationUtils.PreProcessorWrapperFields in org.thymeleaf.util declared as IPreProcessor Modifier and Type Field Description private IPreProcessorProcessorConfigurationUtils.PreProcessorWrapper. preProcessorFields in org.thymeleaf.util with type parameters of type IPreProcessor Modifier and Type Field Description static java.util.Comparator<IPreProcessor>ProcessorComparators. PRE_PROCESSOR_COMPARATORMethods in org.thymeleaf.util that return IPreProcessor Modifier and Type Method Description 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 IPreProcessor Modifier and Type Method Description intProcessorComparators.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 IPreProcessor Constructor Description PreProcessorWrapper(IPreProcessor preProcessor, IProcessorDialect dialect)
-