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