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