Package org.thymeleaf.engine
Class ElementDefinition
- Object
-
- org.thymeleaf.engine.ElementDefinition
-
- Direct Known Subclasses:
HTMLElementDefinition
,TextElementDefinition
,XMLElementDefinition
public abstract class ElementDefinition extends Object
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Set<IElementProcessor>
getAssociatedProcessors()
ElementName
getElementName()
boolean
hasAssociatedProcessors()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getElementName
public final ElementName getElementName()
-
hasAssociatedProcessors
public boolean hasAssociatedProcessors()
-
getAssociatedProcessors
public Set<IElementProcessor> getAssociatedProcessors()
-
-