public final class ModelBuilderTemplateHandler extends AbstractTemplateHandler
| Constructor and Description |
|---|
ModelBuilderTemplateHandler(IEngineConfiguration configuration,
TemplateData templateData) |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
getModel() |
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 |
handleTemplateEnd(ITemplateEnd templateEnd) |
void |
handleTemplateStart(ITemplateStart templateStart) |
void |
handleText(IText text) |
void |
handleXMLDeclaration(IXMLDeclaration xmlDeclaration) |
getContext, getNext, setContext, setNextpublic ModelBuilderTemplateHandler(IEngineConfiguration configuration, TemplateData templateData)
public TemplateModel getModel()
public void handleTemplateStart(ITemplateStart templateStart)
handleTemplateStart in interface ITemplateHandlerhandleTemplateStart in class AbstractTemplateHandlerpublic void handleTemplateEnd(ITemplateEnd templateEnd)
handleTemplateEnd in interface ITemplateHandlerhandleTemplateEnd in class AbstractTemplateHandlerpublic 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.