Uses of Interface
org.thymeleaf.standard.expression.IStandardConversionService
Packages that use IStandardConversionService
-
Uses of IStandardConversionService in org.thymeleaf.standard
Fields in org.thymeleaf.standard declared as IStandardConversionServiceModifier and TypeFieldDescriptionprotected IStandardConversionServiceStandardDialect.conversionServiceMethods in org.thymeleaf.standard that return IStandardConversionServiceModifier and TypeMethodDescriptionStandardDialect.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 IStandardConversionServiceModifier and TypeMethodDescriptionvoidStandardDialect.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 IStandardConversionServiceModifier and TypeClassDescriptionclassBase abstract class meant to be extended by most implementations of theIStandardConversionServiceinterface.final classMethods in org.thymeleaf.standard.expression that return IStandardConversionServiceModifier and TypeMethodDescriptionstatic IStandardConversionServiceStandardExpressions.getConversionService(IEngineConfiguration configuration) Obtain the conversion service (implementation ofIStandardConversionService) registered by the Standard Dialect that is being currently used.