Package org.thymeleaf.model
Interface IOpenElementTag
- All Superinterfaces:
IElementTag,IProcessableElementTag,ITemplateEvent
- All Known Implementing Classes:
OpenElementTag
Event interface defining an open element tag.
Note that any implementations of this interface should be immutable.
- Since:
- 3.0.0
-
Method Summary
Methods inherited from interface org.thymeleaf.model.IElementTag
getElementCompleteName, getElementDefinition, getTemplateMode, isSyntheticMethods inherited from interface org.thymeleaf.model.IProcessableElementTag
getAllAttributes, getAttribute, getAttribute, getAttribute, getAttributeMap, getAttributeValue, getAttributeValue, getAttributeValue, hasAttribute, hasAttribute, hasAttributeMethods inherited from interface org.thymeleaf.model.ITemplateEvent
accept, getCol, getLine, getTemplateName, hasLocation, write