Uses of Interface
org.thymeleaf.context.IEngineContextFactory
-
Packages that use IEngineContextFactory Package Description org.thymeleaf org.thymeleaf.context -
-
Uses of IEngineContextFactory in org.thymeleaf
Fields in org.thymeleaf declared as IEngineContextFactory Modifier and Type Field Description private IEngineContextFactoryEngineConfiguration. engineContextFactoryprivate IEngineContextFactoryTemplateEngine. engineContextFactoryMethods 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.Constructors in org.thymeleaf with parameters of type IEngineContextFactory Constructor Description EngineConfiguration(java.util.Set<ITemplateResolver> templateResolvers, java.util.Set<IMessageResolver> messageResolvers, java.util.Set<ILinkBuilder> linkBuilders, java.util.Set<DialectConfiguration> dialectConfigurations, ICacheManager cacheManager, IEngineContextFactory engineContextFactory, IDecoupledTemplateLogicResolver decoupledTemplateLogicResolver) -
Uses of IEngineContextFactory in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IEngineContextFactory Modifier and Type Class Description classStandardEngineContextFactoryStandard implementation of theIEngineContextFactoryinterface.
-