类 SaTokenTagProcessor
java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementTagProcessor
org.thymeleaf.processor.element.AbstractAttributeTagProcessor
cn.dev33.satoken.thymeleaf.dialect.SaTokenTagProcessor
- 所有已实现的接口:
org.thymeleaf.processor.element.IElementProcessor,org.thymeleaf.processor.element.IElementTagProcessor,org.thymeleaf.processor.IProcessor
public class SaTokenTagProcessor
extends org.thymeleaf.processor.element.AbstractAttributeTagProcessor
封装 Sa-Token 标签方言处理器
- 从以下版本开始:
- 1.27.0
- 作者:
- click33
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.thymeleaf.processor.element.AbstractAttributeTagProcessor
doProcess从类继承的方法 org.thymeleaf.processor.element.AbstractElementTagProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, process从类继承的方法 org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateMode从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
构造器详细资料
-
SaTokenTagProcessor
-
-
方法详细资料
-
doProcess
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) - 指定者:
doProcess在类中org.thymeleaf.processor.element.AbstractAttributeTagProcessor
-