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 IEngineContextFactory
EngineConfiguration. getEngineContextFactory()
IEngineContextFactory
IEngineConfiguration. getEngineContextFactory()
IEngineContextFactory
TemplateEngine. getEngineContextFactory()
Returns the engine context factory in effect.Methods in org.thymeleaf with parameters of type IEngineContextFactory Modifier and Type Method Description void
TemplateEngine. 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 class
StandardEngineContextFactory
Standard implementation of theIEngineContextFactory
interface.
-