Uses of Interface
org.thymeleaf.context.IEngineContextFactory
Packages that use IEngineContextFactory
-
Uses of IEngineContextFactory in org.thymeleaf
Fields in org.thymeleaf declared as IEngineContextFactoryModifier and TypeFieldDescriptionprivate final IEngineContextFactoryEngineConfiguration.engineContextFactoryprivate IEngineContextFactoryTemplateEngine.engineContextFactoryMethods 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.Constructors in org.thymeleaf with parameters of type IEngineContextFactoryModifierConstructorDescription(package private)EngineConfiguration(Set<ITemplateResolver> templateResolvers, Set<IMessageResolver> messageResolvers, Set<ILinkBuilder> linkBuilders, Set<DialectConfiguration> dialectConfigurations, ICacheManager cacheManager, IEngineContextFactory engineContextFactory, IDecoupledTemplateLogicResolver decoupledTemplateLogicResolver) -
Uses of IEngineContextFactory in org.thymeleaf.context
Classes in org.thymeleaf.context that implement IEngineContextFactoryModifier and TypeClassDescriptionfinal classStandard implementation of theIEngineContextFactoryinterface.