Package org.thymeleaf.engine
Class ElementName
- Object
-
- org.thymeleaf.engine.ElementName
-
- Direct Known Subclasses:
HTMLElementName
,TextElementName
,XMLElementName
public abstract class ElementName extends Object
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]
completeElementNames
protected String
elementName
protected String
prefix
-
Constructor Summary
Constructors Modifier Constructor Description protected
ElementName(String prefix, String elementName, String[] completeElementNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String[]
getCompleteElementNames()
String
getElementName()
String
getPrefix()
int
hashCode()
boolean
isPrefixed()
String
toString()
-