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 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 interface org.thymeleaf.context.IEngineContextFactory