| Package | Description |
|---|---|
| org.thymeleaf.standard | |
| org.thymeleaf.standard.serializer |
| Modifier and Type | Method and Description |
|---|---|
IStandardCSSSerializer |
StandardDialect.getCSSSerializer()
Returns the Standard CSS Serializer (implementation of
IStandardCSSSerializer)
that is configured to be used at this instance of the Standard Dialect. |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardDialect.setCSSSerializer(IStandardCSSSerializer cssSerializer)
Sets the Standard CSS Serializer (implementation of
IStandardCSSSerializer)
that should to be used at this instance of the Standard Dialect. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCSSSerializer
Default implementation of the
IStandardCSSSerializer. |
| Modifier and Type | Method and Description |
|---|---|
static IStandardCSSSerializer |
StandardSerializers.getCSSSerializer(IEngineConfiguration configuration)
Obtain the CSS serializer (implementation of
IStandardCSSSerializer) registered by
the Standard Dialect that is being currently used. |
Copyright © 2017 The THYMELEAF team. All rights reserved.