Package org.thymeleaf.engine
Class HTMLAttributeDefinition
java.lang.Object
org.thymeleaf.engine.AttributeDefinition
org.thymeleaf.engine.HTMLAttributeDefinition
- Since:
- 3.0.0
-
Field Summary
FieldsFields inherited from class org.thymeleaf.engine.AttributeDefinition
associatedProcessors, attributeName, hasAssociatedProcessors -
Constructor Summary
ConstructorsConstructorDescriptionHTMLAttributeDefinition(HTMLAttributeName name, boolean booleanAttribute, Set<IElementProcessor> associatedProcessors) -
Method Summary
Methods inherited from class org.thymeleaf.engine.AttributeDefinition
equals, getAssociatedProcessors, getAttributeName, hasAssociatedProcessors, hashCode, toString
-
Field Details
-
booleanAttribute
final boolean booleanAttribute
-
-
Constructor Details
-
HTMLAttributeDefinition
HTMLAttributeDefinition(HTMLAttributeName name, boolean booleanAttribute, Set<IElementProcessor> associatedProcessors)
-
-
Method Details
-
isBooleanAttribute
public boolean isBooleanAttribute()
-