Class CasThymeleafOutputTemplateHandler

  • All Implemented Interfaces:
    org.thymeleaf.engine.ITemplateHandler

    public class CasThymeleafOutputTemplateHandler
    extends org.thymeleaf.engine.AbstractTemplateHandler
    Since:
    5.2.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleCloseElement​(org.thymeleaf.model.ICloseElementTag tag)  
      void handleOpenElement​(org.thymeleaf.model.IOpenElementTag openElementTag)  
      void handleText​(org.thymeleaf.model.IText text)  
      • Methods inherited from class org.thymeleaf.engine.AbstractTemplateHandler

        getContext, getNext, handleCDATASection, handleComment, handleDocType, handleProcessingInstruction, handleStandaloneElement, handleTemplateEnd, handleTemplateStart, handleXMLDeclaration, setContext, setNext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasThymeleafOutputTemplateHandler

        public CasThymeleafOutputTemplateHandler()
    • Method Detail

      • handleText

        public void handleText​(org.thymeleaf.model.IText text)
        Specified by:
        handleText in interface org.thymeleaf.engine.ITemplateHandler
        Overrides:
        handleText in class org.thymeleaf.engine.AbstractTemplateHandler
      • handleCloseElement

        public void handleCloseElement​(org.thymeleaf.model.ICloseElementTag tag)
        Specified by:
        handleCloseElement in interface org.thymeleaf.engine.ITemplateHandler
        Overrides:
        handleCloseElement in class org.thymeleaf.engine.AbstractTemplateHandler
      • handleOpenElement

        public void handleOpenElement​(org.thymeleaf.model.IOpenElementTag openElementTag)
        Specified by:
        handleOpenElement in interface org.thymeleaf.engine.ITemplateHandler
        Overrides:
        handleOpenElement in class org.thymeleaf.engine.AbstractTemplateHandler