We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.polymertemplate.
Class BundleParser
- java.lang.Object
-
- com.vaadin.flow.component.polymertemplate.BundleParser
-
@Deprecated public final class BundleParser extends Object
Deprecated.UseBundleLitParser
to parse Lit template since polymer template is deprecated, we recommend you to useLitTemplate
instead. Read more details from the Vaadin blog.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
All Methods Modifier and Type Method Description static org.jsoup.nodes.Element
parseTemplateElement​(String fileName, String source)
Deprecated.
Get the Polymer template element for the given polymer template source.
-
-
-
Method Detail
-
parseTemplateElement
public static org.jsoup.nodes.Element parseTemplateElement​(String fileName, String source)
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 fromReturns:
template element or {code null} if not found
-
-