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