Class BundleParser
java.lang.Object
com.vaadin.flow.component.polymertemplate.BundleParser
Deprecated.
Parse statistics data provided by webpack.
For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jsoup.nodes.ElementparseTemplateElement(String fileName, String source) Deprecated.Get the Polymer template element for the given polymer template source.
-
Method Details
-
parseTemplateElement
Deprecated.Get the Polymer template element for the given polymer template source.- Parameters:
fileName- name of the handled filesource- source js to get template element from- Returns:
- template element or {code null} if not found
-
BundleLitParserto parse Lit template since polymer template is deprecated, we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.