Package org.thymeleaf.engine
Class HTMLAttributeName
- java.lang.Object
-
- org.thymeleaf.engine.AttributeName
-
- org.thymeleaf.engine.HTMLAttributeName
-
public final class HTMLAttributeName extends AttributeName
- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringcompleteHTML5AttributeName(package private) java.lang.StringcompleteNamespacedAttributeName-
Fields inherited from class org.thymeleaf.engine.AttributeName
attributeName, completeAttributeNames, prefix
-
-
Constructor Summary
Constructors Modifier Constructor Description privateHTMLAttributeName(java.lang.String prefix, java.lang.String attributeName, java.lang.String completeNamespacedAttributeName, java.lang.String completeHTML5AttributeName, java.lang.String[] completeAttributeNames)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static HTMLAttributeNameforName(java.lang.String prefix, java.lang.String attributeName)java.lang.StringgetCompleteHTML5AttributeName()java.lang.StringgetCompleteNamespacedAttributeName()-
Methods inherited from class org.thymeleaf.engine.AttributeName
equals, getAttributeName, getCompleteAttributeNames, getPrefix, hashCode, isPrefixed, toString
-
-
-
-
Method Detail
-
forName
static HTMLAttributeName forName(java.lang.String prefix, java.lang.String attributeName)
-
getCompleteNamespacedAttributeName
public java.lang.String getCompleteNamespacedAttributeName()
-
getCompleteHTML5AttributeName
public java.lang.String getCompleteHTML5AttributeName()
-
-