Package | Description |
---|---|
org.thymeleaf.standard | |
org.thymeleaf.standard.expression |
Modifier and Type | Method and Description |
---|---|
IStandardConversionService |
StandardDialect.getConversionService()
Returns the Standard Conversion Service (implementation of
IStandardConversionService )
that is configured to be used at this instance of the Standard Dialect. |
Modifier and Type | Method and Description |
---|---|
void |
StandardDialect.setConversionService(IStandardConversionService conversionService)
Sets the Standard Conversion Service (implementation of
IStandardConversionService )
that should to be used at this instance of the Standard Dialect. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStandardConversionService
Base abstract class meant to be extended by most implementations of the
IStandardConversionService
interface. |
class |
StandardConversionService |
Modifier and Type | Method and Description |
---|---|
static IStandardConversionService |
StandardExpressions.getConversionService(Configuration configuration)
Obtain the conversion service (implementation of
IStandardConversionService ) registered by
the Standard Dialect that is being currently used. |
Copyright © 2017 The THYMELEAF team. All rights reserved.