Class TemplateParser.TemplateData
java.lang.Object
com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
- Enclosing interface:
TemplateParser
Deprecated.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the uri where the template is declared.org.jsoup.nodes.ElementDeprecated.Gets the content of the template.
-
Constructor Details
-
TemplateData
Deprecated.
-
-
Method Details
-
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
-
LitTemplateParser.TemplateDatainstead