Package org.thymeleaf.engine
Class OutputTemplateHandler
Object
org.thymeleaf.engine.AbstractTemplateHandler
org.thymeleaf.engine.OutputTemplateHandler
- All Implemented Interfaces:
ITemplateHandler
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Constructor Summary
ConstructorsConstructorDescriptionOutputTemplateHandler(Writer writer) Creates a new instance of this handler. -
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) voidhandleText(IText text) voidhandleXMLDeclaration(IXMLDeclaration xmlDeclaration) Methods inherited from class org.thymeleaf.engine.AbstractTemplateHandler
getContext, getNext, handleTemplateEnd, handleTemplateStart, setContext, setNext
-
Constructor Details
-
OutputTemplateHandler
Creates a new instance of this handler.
- Parameters:
writer- the writer to which output will be written.
-
-
Method Details
-
handleText
- Specified by:
handleTextin interfaceITemplateHandler- Overrides:
handleTextin classAbstractTemplateHandler
-
handleComment
- Specified by:
handleCommentin interfaceITemplateHandler- Overrides:
handleCommentin classAbstractTemplateHandler
-
handleCDATASection
- Specified by:
handleCDATASectionin interfaceITemplateHandler- Overrides:
handleCDATASectionin classAbstractTemplateHandler
-
handleStandaloneElement
- Specified by:
handleStandaloneElementin interfaceITemplateHandler- Overrides:
handleStandaloneElementin classAbstractTemplateHandler
-
handleOpenElement
- Specified by:
handleOpenElementin interfaceITemplateHandler- Overrides:
handleOpenElementin classAbstractTemplateHandler
-
handleCloseElement
- Specified by:
handleCloseElementin interfaceITemplateHandler- Overrides:
handleCloseElementin classAbstractTemplateHandler
-
handleDocType
- Specified by:
handleDocTypein interfaceITemplateHandler- Overrides:
handleDocTypein classAbstractTemplateHandler
-
handleXMLDeclaration
- Specified by:
handleXMLDeclarationin interfaceITemplateHandler- Overrides:
handleXMLDeclarationin classAbstractTemplateHandler
-
handleProcessingInstruction
- Specified by:
handleProcessingInstructionin interfaceITemplateHandler- Overrides:
handleProcessingInstructionin classAbstractTemplateHandler
-