Class TemplateParser.TemplateData

java.lang.Object
com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
Enclosing interface:
TemplateParser

@Deprecated public static class TemplateParser.TemplateData extends Object
Deprecated.
Use LitTemplateParser.TemplateData instead
Wrapper for the parsing result.

The data contains path uri where the template is declared and its content as an Element instance.

Since:
1.0
Author:
Vaadin Ltd
  • Constructor Details

    • TemplateData

      public TemplateData(String uri, org.jsoup.nodes.Element element)
      Deprecated.
  • Method Details

    • getModulePath

      public String getModulePath()
      Deprecated.
      Gets the uri where the template is declared.
      Returns:
      template uri
    • getTemplateElement

      public org.jsoup.nodes.Element getTemplateElement()
      Deprecated.
      Gets the content of the template.
      Returns:
      the content of the template