Uses of Interface
org.thymeleaf.standard.expression.IStandardConversionService
-
Packages that use IStandardConversionService Package Description org.thymeleaf.standard org.thymeleaf.standard.expression -
-
Uses of IStandardConversionService in org.thymeleaf.standard
Methods in org.thymeleaf.standard that return IStandardConversionService Modifier and Type Method Description IStandardConversionService
StandardDialect. getConversionService()
Returns the Standard Conversion Service (implementation ofIStandardConversionService
) that is configured to be used at this instance of the Standard Dialect.Methods in org.thymeleaf.standard with parameters of type IStandardConversionService Modifier and Type Method Description void
StandardDialect. setConversionService(IStandardConversionService conversionService)
Sets the Standard Conversion Service (implementation ofIStandardConversionService
) that should to be used at this instance of the Standard Dialect. -
Uses of IStandardConversionService in org.thymeleaf.standard.expression
Classes in org.thymeleaf.standard.expression that implement IStandardConversionService Modifier and Type Class Description class
AbstractStandardConversionService
Base abstract class meant to be extended by most implementations of theIStandardConversionService
interface.class
StandardConversionService
Methods in org.thymeleaf.standard.expression that return IStandardConversionService Modifier and Type Method Description static IStandardConversionService
StandardExpressions. getConversionService(IEngineConfiguration configuration)
Obtain the conversion service (implementation ofIStandardConversionService
) registered by the Standard Dialect that is being currently used.
-