Uses of Class
org.thymeleaf.processor.element.MatchingAttributeName
Packages that use MatchingAttributeName
-
Uses of MatchingAttributeName in org.thymeleaf.processor.element
Methods in org.thymeleaf.processor.element that return MatchingAttributeNameModifier and TypeMethodDescriptionstatic MatchingAttributeNameMatchingAttributeName.forAllAttributes(TemplateMode templateMode) static MatchingAttributeNameMatchingAttributeName.forAllAttributesWithPrefix(TemplateMode templateMode, String matchingAllAttributesWithPrefix) static MatchingAttributeNameMatchingAttributeName.forAttributeName(TemplateMode templateMode, AttributeName matchingAttributeName) final MatchingAttributeNameAbstractElementModelProcessor.getMatchingAttributeName()final MatchingAttributeNameAbstractElementTagProcessor.getMatchingAttributeName()IElementProcessor.getMatchingAttributeName()Returns the attribute name that would make this processor match (if any). -
Uses of MatchingAttributeName in org.thymeleaf.standard.processor
Methods in org.thymeleaf.standard.processor that return MatchingAttributeNameModifier and TypeMethodDescriptionfinal MatchingAttributeNameStandardDefaultAttributesTagProcessor.getMatchingAttributeName()