Package org.thymeleaf.model
Interface ITemplateStart
-
- All Superinterfaces:
ITemplateEvent
- All Known Implementing Classes:
TemplateStart
public interface ITemplateStart extends ITemplateEvent
Event interface for events specifying the start of a template processing operation.
Note that any implementations of this interface should be immutable.
- Since:
- 3.0.0
-
-
Method Summary
-
Methods inherited from interface org.thymeleaf.model.ITemplateEvent
accept, getCol, getLine, getTemplateName, hasLocation, write
-
-