@Singleton
public class EngineContextFactory
extends java.lang.Object
implements org.thymeleaf.context.IEngineContextFactory
IEngineContextFactory
interface for WebContext
support.Constructor and Description |
---|
EngineContextFactory() |
Modifier and Type | Method and Description |
---|---|
org.thymeleaf.context.IEngineContext |
createEngineContext(org.thymeleaf.IEngineConfiguration configuration,
org.thymeleaf.engine.TemplateData templateData,
java.util.Map<java.lang.String,java.lang.Object> templateResolutionAttributes,
org.thymeleaf.context.IContext context) |
public org.thymeleaf.context.IEngineContext createEngineContext(org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.engine.TemplateData templateData, java.util.Map<java.lang.String,java.lang.Object> templateResolutionAttributes, org.thymeleaf.context.IContext context)
createEngineContext
in interface org.thymeleaf.context.IEngineContextFactory