| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.dialect | |
| org.thymeleaf.postprocessor | |
| org.thymeleaf.util |
| Modifier and Type | Method and Description |
|---|---|
Set<IPostProcessor> |
EngineConfiguration.getPostProcessors(TemplateMode templateMode) |
Set<IPostProcessor> |
IEngineConfiguration.getPostProcessors(TemplateMode templateMode) |
| Modifier and Type | Method and Description |
|---|---|
Set<IPostProcessor> |
IPostProcessorDialect.getPostProcessors() |
| Modifier and Type | Class and Description |
|---|---|
class |
PostProcessor
Basic implementation of
IPostProcessor. |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IPostProcessor> |
ProcessorComparators.POST_PROCESSOR_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static IPostProcessor |
ProcessorConfigurationUtils.unwrap(IPostProcessor postProcessor)
Unwraps a wrapped implementation of
IPostProcessor. |
static IPostProcessor |
ProcessorConfigurationUtils.wrap(IPostProcessor postProcessor,
IProcessorDialect dialect)
Wraps an implementation of
IPostProcessor into an object that adds some information
required internally (like e.g. |
| Modifier and Type | Method and Description |
|---|---|
static IPostProcessor |
ProcessorConfigurationUtils.unwrap(IPostProcessor postProcessor)
Unwraps a wrapped implementation of
IPostProcessor. |
static IPostProcessor |
ProcessorConfigurationUtils.wrap(IPostProcessor postProcessor,
IProcessorDialect dialect)
Wraps an implementation of
IPostProcessor into an object that adds some information
required internally (like e.g. |
Copyright © 2017 The THYMELEAF team. All rights reserved.