Package org.thymeleaf.engine
Interface ITemplateHandler
- All Known Implementing Classes:
AbstractTemplateHandler,ModelBuilderTemplateHandler,OutputTemplateHandler,ProcessorTemplateHandler
public interface ITemplateHandler
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCDATASection(ICDATASection cdataSection) voidhandleCloseElement(ICloseElementTag closeElementTag) voidhandleComment(IComment comment) voidhandleDocType(IDocType docType) voidhandleOpenElement(IOpenElementTag openElementTag) voidhandleProcessingInstruction(IProcessingInstruction processingInstruction) voidhandleStandaloneElement(IStandaloneElementTag standaloneElementTag) voidhandleTemplateEnd(ITemplateEnd templateEnd) voidhandleTemplateStart(ITemplateStart templateStart) voidhandleText(IText text) voidhandleXMLDeclaration(IXMLDeclaration xmlDeclaration) voidsetContext(ITemplateContext context) voidsetNext(ITemplateHandler next)
-
Method Details
-
setNext
-
setContext
-
handleTemplateStart
-
handleTemplateEnd
-
handleXMLDeclaration
-
handleDocType
-
handleCDATASection
-
handleComment
-
handleText
-
handleStandaloneElement
-
handleOpenElement
-
handleCloseElement
-
handleProcessingInstruction
-