public class MyBatisDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
implements org.thymeleaf.dialect.IExpressionObjectDialect
"mb" by default.
#likes expression : Likesmb:p attribute tag: MyBatisParamTagProcessormb:bind attribute tag : MyBatisBindTagProcessor| Constructor and Description |
|---|
MyBatisDialect()
Default constructor.
|
MyBatisDialect(String prefix)
Constructor that can be specified the dialect prefix.
|
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.expression.IExpressionObjectFactory |
getExpressionObjectFactory() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors(String dialectPrefix) |
void |
setBindVariableRender(BindVariableRender bindVariableRender)
Set a bind variable render.
|
void |
setLikes(Likes likes)
Set an expression utility object that provide helper method for like feature.
|
getDialectProcessorPrecedence, getPrefixpublic MyBatisDialect()
public MyBatisDialect(String prefix)
prefix - A dialect prefixpublic void setLikes(Likes likes)
likes - An expression utility object that provide helper method for like featurepublic void setBindVariableRender(BindVariableRender bindVariableRender)
bindVariableRender - a bind variable renderpublic Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
getProcessors in interface org.thymeleaf.dialect.IProcessorDialectpublic org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialectCopyright © 2018–2020 MyBatis.org. All rights reserved.