| Package | Description |
|---|---|
| org.thymeleaf | |
| org.thymeleaf.engine | |
| org.thymeleaf.processor.element | |
| org.thymeleaf.standard.processor | |
| org.thymeleaf.util |
| Modifier and Type | Method and Description |
|---|---|
Set<IElementProcessor> |
EngineConfiguration.getElementProcessors(TemplateMode templateMode) |
Set<IElementProcessor> |
IEngineConfiguration.getElementProcessors(TemplateMode templateMode) |
| Modifier and Type | Method and Description |
|---|---|
Set<IElementProcessor> |
AttributeDefinition.getAssociatedProcessors() |
Set<IElementProcessor> |
ElementDefinition.getAssociatedProcessors() |
| Constructor and Description |
|---|
AttributeDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)
ONLY FOR INTERNAL USE.
|
ElementDefinitions(Map<TemplateMode,Set<IElementProcessor>> elementProcessorsByTemplateMode)
ONLY FOR INTERNAL USE.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IElementModelProcessor
Interface to be implemented by all element model processors.
|
interface |
IElementTagProcessor
Interface to be implemented by all element tag processors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeModelProcessor
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
class |
AbstractAttributeTagProcessor
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by one of their attributes (and optionally also the element name). |
class |
AbstractElementModelProcessor
Basic abstract implementation of
IElementModelProcessor for processors that match element
events by their element name (i.e. |
class |
AbstractElementTagProcessor
Basic abstract implementation of
IElementTagProcessor for processors that match element
events by their element name (i.e. |
| Modifier and Type | Method and Description |
|---|---|
static IElementProcessor |
ProcessorConfigurationUtils.unwrap(IElementProcessor processor)
Unwraps a wrapped implementation of
IElementProcessor. |
static IElementProcessor |
ProcessorConfigurationUtils.wrap(IElementProcessor processor,
IProcessorDialect dialect)
Wraps an implementation of
IElementProcessor into an object that adds some information
required internally (like e.g. |
| Modifier and Type | Method and Description |
|---|---|
static IElementProcessor |
ProcessorConfigurationUtils.unwrap(IElementProcessor processor)
Unwraps a wrapped implementation of
IElementProcessor. |
static IElementProcessor |
ProcessorConfigurationUtils.wrap(IElementProcessor processor,
IProcessorDialect dialect)
Wraps an implementation of
IElementProcessor into an object that adds some information
required internally (like e.g. |
Copyright © 2017 The THYMELEAF team. All rights reserved.