类 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
  • 构造器概要

    构造器
    构造器
    说明
    SaTokenTagProcessor(String dialectPrefix, String attrName, Function<String,Boolean> fun)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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)
     

    从类继承的方法 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
  • 构造器详细资料

  • 方法详细资料

    • 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