Package io.micronaut.views.thymeleaf
Class EngineContextFactory
java.lang.Object
io.micronaut.views.thymeleaf.EngineContextFactory
- All Implemented Interfaces:
org.thymeleaf.context.IEngineContextFactory
@Singleton
public class EngineContextFactory
extends Object
implements org.thymeleaf.context.IEngineContextFactory
Implementation of the
IEngineContextFactory
interface for WebContext
support.- Since:
- 1.1.0
- Author:
- Semyon Gashchenko
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.thymeleaf.context.IEngineContext
createEngineContext
(org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.engine.TemplateData templateData, Map<String, Object> templateResolutionAttributes, org.thymeleaf.context.IContext context)
-
Constructor Details
-
EngineContextFactory
public EngineContextFactory()
-
-
Method Details
-
createEngineContext
public org.thymeleaf.context.IEngineContext createEngineContext(org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.engine.TemplateData templateData, Map<String, Object> templateResolutionAttributes, org.thymeleaf.context.IContext context) - Specified by:
createEngineContext
in interfaceorg.thymeleaf.context.IEngineContextFactory
-