Interface ComponentRenderer

All Known Implementing Classes:
AbstractComponentRenderer, BootstrapComponentRenderer

public interface ComponentRenderer
  • Method Summary

    Modifier and Type Method Description
    org.thymeleaf.model.IModel render​(org.thymeleaf.context.ITemplateContext context, Component component)  
  • Method Details

    • render

      org.thymeleaf.model.IModel render​(org.thymeleaf.context.ITemplateContext context, Component component)