Package org.thymeleaf.model
Interface IOpenElementTag
-
- All Superinterfaces:
IElementTag
,IProcessableElementTag
,ITemplateEvent
public interface IOpenElementTag extends IProcessableElementTag
Event interface defining an open element tag.
Note that any implementations of this interface should be immutable.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Method Summary
-
Methods inherited from interface org.thymeleaf.model.IElementTag
getElementCompleteName, getElementDefinition, getTemplateMode, isSynthetic
-
Methods inherited from interface org.thymeleaf.model.IProcessableElementTag
getAllAttributes, getAttribute, getAttribute, getAttribute, getAttributeMap, getAttributeValue, getAttributeValue, getAttributeValue, hasAttribute, hasAttribute, hasAttribute
-
Methods inherited from interface org.thymeleaf.model.ITemplateEvent
accept, getCol, getLine, getTemplateName, hasLocation, write
-
-