Package org.thymeleaf.engine
Interface IEngineTemplateEvent
-
- All Superinterfaces:
ITemplateEvent
- All Known Implementing Classes:
AbstractTextualTemplateEvent,CDATASection,CloseElementTag,Comment,DocType,OpenElementTag,ProcessingInstruction,StandaloneElementTag,TemplateEnd,TemplateStart,Text,XMLDeclaration
interface IEngineTemplateEvent extends ITemplateEvent
- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeHandled(ITemplateHandler handler)-
Methods inherited from interface org.thymeleaf.model.ITemplateEvent
accept, getCol, getLine, getTemplateName, hasLocation, write
-
-
-
-
Method Detail
-
beHandled
void beHandled(ITemplateHandler handler)
-
-