Package org.thymeleaf.model
Interface ITemplateEnd
-
- All Superinterfaces:
ITemplateEvent
public interface ITemplateEnd extends ITemplateEvent
Event interface for events specifying the end of a template processing operation.
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.ITemplateEvent
accept, getCol, getLine, getTemplateName, hasLocation, write
-
-