Uses of Interface
org.thymeleaf.processor.text.ITextProcessor
-
Packages that use ITextProcessor Package Description org.thymeleaf org.thymeleaf.engine org.thymeleaf.processor.text org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of ITextProcessor in org.thymeleaf
Fields in org.thymeleaf with type parameters of type ITextProcessor Modifier and Type Field Description private java.util.EnumMap<TemplateMode,java.util.Set<ITextProcessor>>DialectSetConfiguration. textProcessorsByTemplateModeMethods in org.thymeleaf that return types with arguments of type ITextProcessor Modifier and Type Method Description java.util.Set<ITextProcessor>DialectSetConfiguration. getTextProcessors(TemplateMode templateMode)java.util.Set<ITextProcessor>EngineConfiguration. getTextProcessors(TemplateMode templateMode)java.util.Set<ITextProcessor>IEngineConfiguration. getTextProcessors(TemplateMode templateMode) -
Uses of ITextProcessor in org.thymeleaf.engine
Fields in org.thymeleaf.engine declared as ITextProcessor Modifier and Type Field Description private static ITextProcessor[]ProcessorTemplateHandler. EMPTY_TEXT_PROCESSORSprivate ITextProcessor[]ProcessorTemplateHandler. textProcessors -
Uses of ITextProcessor in org.thymeleaf.processor.text
Classes in org.thymeleaf.processor.text that implement ITextProcessor Modifier and Type Class Description classAbstractTextProcessorBasic abstract implementation ofITextProcessor. -
Uses of ITextProcessor in org.thymeleaf.standard.processor
Classes in org.thymeleaf.standard.processor that implement ITextProcessor Modifier and Type Class Description classStandardInliningTextProcessor -
Uses of ITextProcessor in org.thymeleaf.util
Classes in org.thymeleaf.util that implement ITextProcessor Modifier and Type Class Description (package private) static classProcessorConfigurationUtils.TextProcessorWrapperFields in org.thymeleaf.util declared as ITextProcessor Modifier and Type Field Description private ITextProcessorProcessorConfigurationUtils.TextProcessorWrapper. processorMethods in org.thymeleaf.util that return ITextProcessor Modifier and Type Method Description static ITextProcessorProcessorConfigurationUtils. unwrap(ITextProcessor processor)Unwraps a wrapped implementation ofITextProcessor.static ITextProcessorProcessorConfigurationUtils. wrap(ITextProcessor processor, IProcessorDialect dialect)Wraps an implementation ofITextProcessorinto an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type ITextProcessor Modifier and Type Method Description static ITextProcessorProcessorConfigurationUtils. unwrap(ITextProcessor processor)Unwraps a wrapped implementation ofITextProcessor.static ITextProcessorProcessorConfigurationUtils. wrap(ITextProcessor processor, IProcessorDialect dialect)Wraps an implementation ofITextProcessorinto an object that adds some information required internally (like e.g.Constructors in org.thymeleaf.util with parameters of type ITextProcessor Constructor Description TextProcessorWrapper(ITextProcessor processor, IProcessorDialect dialect)
-