Class MustacheTemplate

java.lang.Object
org.teamapps.ux.component.template.htmltemplate.MustacheTemplate
All Implemented Interfaces:
Template

public class MustacheTemplate
extends java.lang.Object
implements Template
  • Constructor Summary

    Constructors 
    Constructor Description
    MustacheTemplate​(java.lang.String templateString)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiTemplate createUiTemplate()  
    java.util.List<java.lang.String> getDataKeys()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.ux.component.template.Template

    createDarkThemeTemplate