Class EngineContextFactory

  • All Implemented Interfaces:
    org.thymeleaf.context.IEngineContextFactory

    @Singleton
    public class EngineContextFactory
    extends java.lang.Object
    implements org.thymeleaf.context.IEngineContextFactory
    Implementation of the IEngineContextFactory interface for WebContext support.
    Since:
    1.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EngineContextFactory

        public EngineContextFactory()
    • 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:
        createEngineContext in interface org.thymeleaf.context.IEngineContextFactory