Class MyBatisParamTagProcessor

java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
org.mybatis.scripting.thymeleaf.processor.MyBatisParamTagProcessor
All Implemented Interfaces:
org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.element.IElementTagProcessor, org.thymeleaf.processor.IProcessor

public class MyBatisParamTagProcessor extends org.thymeleaf.processor.element.AbstractAttributeTagProcessor
The processor class for handling the mb:p tag.
This processor render bind variable(default: #{…​}) expression that can parsed data access library and register an iteration object to the bind variables.
Version:
1.0.0
Author:
Kazuki Shimizu