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