thymeleaf的属性优先级

来源:互联网 发布:js注入 编辑:程序博客网 时间:2024/05/17 21:06

所有Thymeleaf属性定义一个数字优先,建立他们的顺序执行的标签。这个顺序是:  

OrderFeatureAttributes1Fragment inclusionth:include
th:replace2Fragment iterationth:each3Conditional evaluationth:if
th:unless
th:switch
th:case4Local variable definitionth:object
th:with5General attribute modificationth:attr
th:attrprepend
th:attrappend6Specific attribute modificationth:valueth:hrefth:src, etc.7Text (tag body modification)th:text
th:utext8Fragment specificationth:fragment9Fragment removalth:remove

0 0