Class 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 Detail

      • TemplateData

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

      • 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