Package org.thymeleaf.engine
Class HTMLElementDefinition
- java.lang.Object
-
- org.thymeleaf.engine.ElementDefinition
-
- org.thymeleaf.engine.HTMLElementDefinition
-
public final class HTMLElementDefinition extends ElementDefinition
- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HTMLElementTypetype-
Fields inherited from class org.thymeleaf.engine.ElementDefinition
associatedProcessors, elementName, hasAssociatedProcessors
-
-
Constructor Summary
Constructors Constructor Description HTMLElementDefinition(HTMLElementName name, HTMLElementType type, java.util.Set<IElementProcessor> associatedProcessors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTMLElementTypegetType()-
Methods inherited from class org.thymeleaf.engine.ElementDefinition
equals, getAssociatedProcessors, getElementName, hasAssociatedProcessors, hashCode, toString
-
-
-
-
Field Detail
-
type
final HTMLElementType type
-
-
Constructor Detail
-
HTMLElementDefinition
HTMLElementDefinition(HTMLElementName name, HTMLElementType type, java.util.Set<IElementProcessor> associatedProcessors)
-
-
Method Detail
-
getType
public HTMLElementType getType()
-
-