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.internal.
Class HtmlDependencyParser
- java.lang.Object
-
- com.vaadin.flow.component.internal.HtmlDependencyParser
-
All Implemented Interfaces:
Deprecated.
Due for removal because of additional cache layer
@Deprecated public class HtmlDependencyParser extends Object implements Serializable
Html import dependencies parser.
It takes the an HTML import url as a root and parse the content recursively collecting html import dependencies.
Since:
1.0
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor and Description HtmlDependencyParser(String uri)
Deprecated.
Creates a new instance using the given
uri
as a root.
-
-
-
Constructor Detail
-
HtmlDependencyParser
public HtmlDependencyParser(String uri)
Deprecated.
Creates a new instance using the given
uri
as a root.Parameters:
uri
- HTML import uri
-
-