Class HTMLAttributeName

java.lang.Object
org.thymeleaf.engine.AttributeName
org.thymeleaf.engine.HTMLAttributeName

public final class HTMLAttributeName extends AttributeName
Since:
3.0.0
  • Field Details

    • completeNamespacedAttributeName

      final String completeNamespacedAttributeName
    • completeHTML5AttributeName

      final String completeHTML5AttributeName
  • Constructor Details

    • HTMLAttributeName

      private HTMLAttributeName(String prefix, String attributeName, String completeNamespacedAttributeName, String completeHTML5AttributeName, String[] completeAttributeNames)
  • Method Details

    • forName

      static HTMLAttributeName forName(String prefix, String attributeName)
    • getCompleteNamespacedAttributeName

      public String getCompleteNamespacedAttributeName()
    • getCompleteHTML5AttributeName

      public String getCompleteHTML5AttributeName()