Package org.thymeleaf.engine
Class XMLElementDefinition
java.lang.Object
org.thymeleaf.engine.ElementDefinition
org.thymeleaf.engine.XMLElementDefinition
- Since:
- 3.0.0
-
Field Summary
Fields inherited from class org.thymeleaf.engine.ElementDefinition
associatedProcessors, elementName, hasAssociatedProcessors -
Constructor Summary
ConstructorsConstructorDescriptionXMLElementDefinition(XMLElementName name, Set<IElementProcessor> associatedProcessors) -
Method Summary
Methods inherited from class org.thymeleaf.engine.ElementDefinition
equals, getAssociatedProcessors, getElementName, hasAssociatedProcessors, hashCode, toString
-
Constructor Details
-
XMLElementDefinition
XMLElementDefinition(XMLElementName name, Set<IElementProcessor> associatedProcessors)
-