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 java.lang.Object implements org.thymeleaf.context.IEngineContextFactoryImplementation of theIEngineContextFactoryinterface forWebContextsupport.- Since:
- 1.1.0
-
-
Constructor Summary
Constructors Constructor Description EngineContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.thymeleaf.context.IEngineContextcreateEngineContext(org.thymeleaf.IEngineConfiguration configuration, org.thymeleaf.engine.TemplateData templateData, java.util.Map<java.lang.String,java.lang.Object> templateResolutionAttributes, org.thymeleaf.context.IContext context)
-
-
-
Method Detail
-
createEngineContext
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)- Specified by:
createEngineContextin interfaceorg.thymeleaf.context.IEngineContextFactory
-
-