Package org.thymeleaf.engine
Class AttributeName
- Object
-
- org.thymeleaf.engine.AttributeName
-
- Direct Known Subclasses:
HTMLAttributeName
,TextAttributeName
,XMLAttributeName
public abstract class AttributeName extends Object
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Field Summary
Fields Modifier and Type Field Description protected String
attributeName
protected String[]
completeAttributeNames
protected String
prefix
-
Constructor Summary
Constructors Modifier Constructor Description protected
AttributeName(String prefix, String attributeName, String[] completeAttributeNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAttributeName()
String[]
getCompleteAttributeNames()
String
getPrefix()
int
hashCode()
boolean
isPrefixed()
String
toString()
-