Uses of Interface
org.thymeleaf.context.IEngineContextFactory
-
Packages that use IEngineContextFactory Package Description org.thymeleaf org.thymeleaf.context -
-
Uses of IEngineContextFactory in org.thymeleaf
Methods in org.thymeleaf that return IEngineContextFactory Modifier and Type Method Description IEngineContextFactoryEngineConfiguration. getEngineContextFactory()IEngineContextFactoryIEngineConfiguration. getEngineContextFactory()IEngineContextFactoryTemplateEngine. getEngineContextFactory()Returns the engine context factory in effect.Methods in org.thymeleaf with parameters of type IEngineContextFactory Modifier and Type Method Description voidTemplateEngine. setEngineContextFactory(IEngineContextFactory engineContextFactory)Sets the Engine Context Factory (implementation ofIEngineContextFactory) to be used for template processing. -
Uses of IEngineContextFactory in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IEngineContextFactory Modifier and Type Class Description classStandardEngineContextFactoryStandard implementation of theIEngineContextFactoryinterface.
-