| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.processor.text | |
| org.thymeleaf.standard.processor | |
| org.thymeleaf.util |
| Modifier and Type | Method and Description |
|---|---|
Set<ITextProcessor> |
EngineConfiguration.getTextProcessors(TemplateMode templateMode) |
Set<ITextProcessor> |
IEngineConfiguration.getTextProcessors(TemplateMode templateMode) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextProcessor
Basic abstract implementation of
ITextProcessor. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInliningTextProcessor |
| Modifier and Type | Method and Description |
|---|---|
static ITextProcessor |
ProcessorConfigurationUtils.unwrap(ITextProcessor processor)
Unwraps a wrapped implementation of
ITextProcessor. |
static ITextProcessor |
ProcessorConfigurationUtils.wrap(ITextProcessor processor,
IProcessorDialect dialect)
Wraps an implementation of
ITextProcessor into an object that adds some information
required internally (like e.g. |
| Modifier and Type | Method and Description |
|---|---|
static ITextProcessor |
ProcessorConfigurationUtils.unwrap(ITextProcessor processor)
Unwraps a wrapped implementation of
ITextProcessor. |
static ITextProcessor |
ProcessorConfigurationUtils.wrap(ITextProcessor processor,
IProcessorDialect dialect)
Wraps an implementation of
ITextProcessor into an object that adds some information
required internally (like e.g. |
Copyright © 2017 The THYMELEAF team. All rights reserved.