@Singleton public class EngineContextFactory extends 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,
Map<String,Object> templateResolutionAttributes,
org.thymeleaf.context.IContext context) |
public org.thymeleaf.context.IEngineContext createEngineContext(org.thymeleaf.IEngineConfiguration configuration,
org.thymeleaf.engine.TemplateData templateData,
Map<String,Object> templateResolutionAttributes,
org.thymeleaf.context.IContext context)
createEngineContext in interface org.thymeleaf.context.IEngineContextFactory