Package org.thymeleaf.engine
Class XMLAttributeDefinition
java.lang.Object
org.thymeleaf.engine.AttributeDefinition
org.thymeleaf.engine.XMLAttributeDefinition
- Since:
- 3.0.0
-
Field Summary
Fields inherited from class org.thymeleaf.engine.AttributeDefinition
associatedProcessors, attributeName, hasAssociatedProcessors -
Constructor Summary
ConstructorsConstructorDescriptionXMLAttributeDefinition(XMLAttributeName name, Set<IElementProcessor> associatedProcessors) -
Method Summary
Methods inherited from class org.thymeleaf.engine.AttributeDefinition
equals, getAssociatedProcessors, getAttributeName, hasAssociatedProcessors, hashCode, toString
-
Constructor Details
-
XMLAttributeDefinition
XMLAttributeDefinition(XMLAttributeName name, Set<IElementProcessor> associatedProcessors)
-