Package com.aspectran.thymeleaf.context
Class ActivityEngineContextFactory
java.lang.Object
com.aspectran.thymeleaf.context.ActivityEngineContextFactory
- All Implemented Interfaces:
org.thymeleaf.context.IEngineContextFactory
public class ActivityEngineContextFactory
extends Object
implements org.thymeleaf.context.IEngineContextFactory
Created: 2024-11-27
-
Constructor Summary
Constructors -
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
-
ActivityEngineContextFactory
public ActivityEngineContextFactory()
-
-
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
-