Uses of Interface
org.thymeleaf.standard.expression.IStandardConversionService

Packages that use IStandardConversionService
org.thymeleaf.standard   
org.thymeleaf.standard.expression   
 

Uses of IStandardConversionService in org.thymeleaf.standard
 

Methods in org.thymeleaf.standard that return IStandardConversionService
 IStandardConversionService StandardDialect.getConversionService()
           Returns the Standard Conversion Service (implementation of IStandardConversionService) that is configured to be used at this instance of the Standard Dialect.
 

Methods in org.thymeleaf.standard with parameters of type IStandardConversionService
 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.
 

Uses of IStandardConversionService in org.thymeleaf.standard.expression
 

Classes in org.thymeleaf.standard.expression that implement IStandardConversionService
 class AbstractStandardConversionService
           Base abstract class meant to be extended by most implementations of the IStandardConversionService interface.
 class StandardConversionService
           
 

Methods in org.thymeleaf.standard.expression that return IStandardConversionService
static IStandardConversionService StandardExpressions.getConversionService(Configuration configuration)
           Obtain the conversion service (implementation of IStandardConversionService) registered by the Standard Dialect that is being currently used.
 



Copyright © 2014 The THYMELEAF team. All Rights Reserved.