com.vaadin.flow.component.internal.

Class HtmlDependencyParser

  • All Implemented Interfaces:

    Serializable

    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:

    Serialized Form

    • Constructor Detail

      • HtmlDependencyParser

        public HtmlDependencyParser(String uri)

        Deprecated. 

        Creates a new instance using the given uri as a root.

        Parameters:

        uri - HTML import uri