public final class OutputTemplateHandler extends AbstractTemplateHandler
| Constructor and Description |
|---|
OutputTemplateHandler(Writer writer)
Creates a new instance of this handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleCDATASection(ICDATASection cdataSection) |
void |
handleCloseElement(ICloseElementTag closeElementTag) |
void |
handleComment(IComment comment) |
void |
handleDocType(IDocType docType) |
void |
handleOpenElement(IOpenElementTag openElementTag) |
void |
handleProcessingInstruction(IProcessingInstruction processingInstruction) |
void |
handleStandaloneElement(IStandaloneElementTag standaloneElementTag) |
void |
handleText(IText text) |
void |
handleXMLDeclaration(IXMLDeclaration xmlDeclaration) |
getContext, getNext, handleTemplateEnd, handleTemplateStart, setContext, setNextpublic OutputTemplateHandler(Writer writer)
Creates a new instance of this handler.
writer - the writer to which output will be written.public void handleText(IText text)
handleText in interface ITemplateHandlerhandleText in class AbstractTemplateHandlerpublic void handleComment(IComment comment)
handleComment in interface ITemplateHandlerhandleComment in class AbstractTemplateHandlerpublic void handleCDATASection(ICDATASection cdataSection)
handleCDATASection in interface ITemplateHandlerhandleCDATASection in class AbstractTemplateHandlerpublic void handleStandaloneElement(IStandaloneElementTag standaloneElementTag)
handleStandaloneElement in interface ITemplateHandlerhandleStandaloneElement in class AbstractTemplateHandlerpublic void handleOpenElement(IOpenElementTag openElementTag)
handleOpenElement in interface ITemplateHandlerhandleOpenElement in class AbstractTemplateHandlerpublic void handleCloseElement(ICloseElementTag closeElementTag)
handleCloseElement in interface ITemplateHandlerhandleCloseElement in class AbstractTemplateHandlerpublic void handleDocType(IDocType docType)
handleDocType in interface ITemplateHandlerhandleDocType in class AbstractTemplateHandlerpublic void handleXMLDeclaration(IXMLDeclaration xmlDeclaration)
handleXMLDeclaration in interface ITemplateHandlerhandleXMLDeclaration in class AbstractTemplateHandlerpublic void handleProcessingInstruction(IProcessingInstruction processingInstruction)
handleProcessingInstruction in interface ITemplateHandlerhandleProcessingInstruction in class AbstractTemplateHandlerCopyright © 2017 The THYMELEAF team. All rights reserved.