Uses of Interface
org.thymeleaf.context.IEngineContextFactory
Packages that use IEngineContextFactory
-
Uses of IEngineContextFactory in org.thymeleaf
Methods in org.thymeleaf that return IEngineContextFactoryModifier and TypeMethodDescriptionEngineConfiguration.getEngineContextFactory()IEngineConfiguration.getEngineContextFactory()final IEngineContextFactoryTemplateEngine.getEngineContextFactory()Returns the engine context factory in effect.Methods in org.thymeleaf with parameters of type IEngineContextFactoryModifier and TypeMethodDescriptionvoidTemplateEngine.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 IEngineContextFactoryModifier and TypeClassDescriptionfinal classStandard implementation of theIEngineContextFactoryinterface.