Class ThymeleafHandler

java.lang.Object
dev.relism.flash.models.RequestHandler
dev.relism.flash.ext.view.core.BaseViewHandler<dev.relism.flash.ext.view.thymeleaf.ThymeleafTarget>
dev.relism.flash.ext.view.thymeleaf.ThymeleafHandler

public abstract class ThymeleafHandler extends dev.relism.flash.ext.view.core.BaseViewHandler<dev.relism.flash.ext.view.thymeleaf.ThymeleafTarget>
Base class for class-based Thymeleaf handlers.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class dev.relism.flash.ext.view.core.BaseViewHandler

    handle, onInit, onViewInit, render, render, renderInternal

    Methods inherited from class dev.relism.flash.models.RequestHandler

    bind, find, optional, require

    Methods inherited from class java.lang.Object

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

    • ThymeleafHandler

      public ThymeleafHandler()