Package org.apereo.cas.services.web
Class CasThymeleafOutputTemplateHandler
- java.lang.Object
-
- org.thymeleaf.engine.AbstractTemplateHandler
-
- org.apereo.cas.services.web.CasThymeleafOutputTemplateHandler
-
- All Implemented Interfaces:
org.thymeleaf.engine.ITemplateHandler
public class CasThymeleafOutputTemplateHandler extends org.thymeleaf.engine.AbstractTemplateHandlerThis isCasThymeleafOutputTemplateHandler.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description CasThymeleafOutputTemplateHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleCloseElement(org.thymeleaf.model.ICloseElementTag tag)voidhandleOpenElement(org.thymeleaf.model.IOpenElementTag openElementTag)voidhandleText(org.thymeleaf.model.IText text)
-
-
-
Method Detail
-
handleText
public void handleText(org.thymeleaf.model.IText text)
- Specified by:
handleTextin interfaceorg.thymeleaf.engine.ITemplateHandler- Overrides:
handleTextin classorg.thymeleaf.engine.AbstractTemplateHandler
-
handleCloseElement
public void handleCloseElement(org.thymeleaf.model.ICloseElementTag tag)
- Specified by:
handleCloseElementin interfaceorg.thymeleaf.engine.ITemplateHandler- Overrides:
handleCloseElementin classorg.thymeleaf.engine.AbstractTemplateHandler
-
handleOpenElement
public void handleOpenElement(org.thymeleaf.model.IOpenElementTag openElementTag)
- Specified by:
handleOpenElementin interfaceorg.thymeleaf.engine.ITemplateHandler- Overrides:
handleOpenElementin classorg.thymeleaf.engine.AbstractTemplateHandler
-
-