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 StringattributeNameprotected String[]completeAttributeNamesprotected Stringprefix
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeName(String prefix, String attributeName, String[] completeAttributeNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAttributeName()String[]getCompleteAttributeNames()StringgetPrefix()inthashCode()booleanisPrefixed()StringtoString()
-