Class ThymeleafEngine.TreeContext

java.lang.Object
services.moleculer.web.template.ThymeleafEngine.TreeContext
All Implemented Interfaces:
org.thymeleaf.context.IContext
Enclosing class:
ThymeleafEngine

public static class ThymeleafEngine.TreeContext extends Object implements org.thymeleaf.context.IContext
  • Field Details

  • Constructor Details

    • TreeContext

      public TreeContext(io.datatree.Tree data)
  • Method Details

    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface org.thymeleaf.context.IContext
    • containsVariable

      public boolean containsVariable(String name)
      Specified by:
      containsVariable in interface org.thymeleaf.context.IContext
    • getVariableNames

      public Set<String> getVariableNames()
      Specified by:
      getVariableNames in interface org.thymeleaf.context.IContext
    • getVariable

      public Object getVariable(String name)
      Specified by:
      getVariable in interface org.thymeleaf.context.IContext
    • collectVariables

      protected void collectVariables(io.datatree.Tree root)