Package org.thymeleaf.engine
Class HTMLAttributeDefinition
- java.lang.Object
-
- org.thymeleaf.engine.AttributeDefinition
-
- org.thymeleaf.engine.HTMLAttributeDefinition
-
public final class HTMLAttributeDefinition extends AttributeDefinition
- Since:
- 3.0.0
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanbooleanAttribute-
Fields inherited from class org.thymeleaf.engine.AttributeDefinition
associatedProcessors, attributeName, hasAssociatedProcessors
-
-
Constructor Summary
Constructors Constructor Description HTMLAttributeDefinition(HTMLAttributeName name, boolean booleanAttribute, java.util.Set<IElementProcessor> associatedProcessors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBooleanAttribute()-
Methods inherited from class org.thymeleaf.engine.AttributeDefinition
equals, getAssociatedProcessors, getAttributeName, hasAssociatedProcessors, hashCode, toString
-
-
-
-
Constructor Detail
-
HTMLAttributeDefinition
HTMLAttributeDefinition(HTMLAttributeName name, boolean booleanAttribute, java.util.Set<IElementProcessor> associatedProcessors)
-
-