Package org.thymeleaf.engine
Class ElementDefinition
java.lang.Object
org.thymeleaf.engine.ElementDefinition
- Direct Known Subclasses:
HTMLElementDefinition,TextElementDefinition,XMLElementDefinition
- Since:
- 3.0.0
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final IElementProcessor[]private final Set<IElementProcessor> (package private) final ElementName(package private) final boolean -
Constructor Summary
ConstructorsConstructorDescriptionElementDefinition(ElementName elementName, Set<IElementProcessor> associatedProcessors) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal ElementNamebooleaninthashCode()final StringtoString()
-
Field Details
-
elementName
-
associatedProcessorsSet
-
associatedProcessors
-
hasAssociatedProcessors
final boolean hasAssociatedProcessors
-
-
Constructor Details
-
ElementDefinition
ElementDefinition(ElementName elementName, Set<IElementProcessor> associatedProcessors)
-
-
Method Details