public class MyBatisBindTagProcessor
extends org.thymeleaf.processor.element.AbstractAttributeTagProcessor
mybatis:bind tag. <bind> provided
by MyBatis core module) This class's implementation was inspired with the StandardWithTagProcessor provide by
Thymeleaf.StandardWithTagProcessor| Constructor and Description |
|---|
MyBatisBindTagProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
String prefix)
Constructor that can be specified the template mode and dialect prefix.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler) |
doProcessgetDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModepublic MyBatisBindTagProcessor(org.thymeleaf.templatemode.TemplateMode templateMode,
String prefix)
templateMode - A target template modeprefix - A target dialect prefixprotected void doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.engine.AttributeName attributeName,
String attributeValue,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
doProcess in class org.thymeleaf.processor.element.AbstractAttributeTagProcessorCopyright © 2018–2020 MyBatis.org. All rights reserved.