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