Uses of Interface
org.thymeleaf.processor.text.ITextProcessor
-
Packages that use ITextProcessor Package Description org.thymeleaf org.thymeleaf.processor.text org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of ITextProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type ITextProcessor Modifier and Type Method Description Set<ITextProcessor>
EngineConfiguration. getTextProcessors(TemplateMode templateMode)
Set<ITextProcessor>
IEngineConfiguration. getTextProcessors(TemplateMode templateMode)
-
Uses of ITextProcessor in org.thymeleaf.processor.text
Classes in org.thymeleaf.processor.text that implement ITextProcessor Modifier and Type Class Description class
AbstractTextProcessor
Basic 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 class
StandardInliningTextProcessor
-
Uses of ITextProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return ITextProcessor Modifier and Type Method Description static ITextProcessor
ProcessorConfigurationUtils. unwrap(ITextProcessor processor)
Unwraps a wrapped implementation ofITextProcessor
.static ITextProcessor
ProcessorConfigurationUtils. wrap(ITextProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofITextProcessor
into 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 ITextProcessor
ProcessorConfigurationUtils. unwrap(ITextProcessor processor)
Unwraps a wrapped implementation ofITextProcessor
.static ITextProcessor
ProcessorConfigurationUtils. wrap(ITextProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofITextProcessor
into an object that adds some information required internally (like e.g.
-