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 IStandardConversionServiceStandardDialect. 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 voidStandardDialect. 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 classAbstractStandardConversionServiceBase abstract class meant to be extended by most implementations of theIStandardConversionServiceinterface.classStandardConversionServiceMethods in org.thymeleaf.standard.expression that return IStandardConversionService Modifier and Type Method Description static IStandardConversionServiceStandardExpressions. getConversionService(IEngineConfiguration configuration)Obtain the conversion service (implementation ofIStandardConversionService) registered by the Standard Dialect that is being currently used.
-