Package org.mybatis.scripting.thymeleaf
Class MyBatisIntegratingEngineContextFactory
java.lang.Object
org.mybatis.scripting.thymeleaf.MyBatisIntegratingEngineContextFactory
- All Implemented Interfaces:
org.thymeleaf.context.IEngineContextFactory
public class MyBatisIntegratingEngineContextFactory
extends Object
implements org.thymeleaf.context.IEngineContextFactory
The implementation of
IEngineContextFactory
for integrating with MyBatis.- Version:
- 1.0.0
- Author:
- Kazuki Shimizu
-
Constructor Summary
ConstructorDescriptionMyBatisIntegratingEngineContextFactory
(org.thymeleaf.context.IEngineContextFactory delegate) Constructor. -
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
-
MyBatisIntegratingEngineContextFactory
public MyBatisIntegratingEngineContextFactory(org.thymeleaf.context.IEngineContextFactory delegate) Constructor.- Parameters:
delegate
- A target context factory for delegating
-
-
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
-