com.vaadin.flow.server.startup.

Class FakeBrowser

  • All Implemented Interfaces:

    Serializable


    public abstract class FakeBrowser
    extends WebBrowser

    Browser instance targeted for server side resolving of resources.

    See Also:

    Serialized Form

    • Constructor Detail

      • FakeBrowser

        public FakeBrowser()
    • Method Detail

      • getEs6

        public static FakeBrowser getEs6()

        Gets the es6 singleton instance.

        Returns:

        the one and only instance of a ES6 browser

      • getEs5

        public static FakeBrowser getEs5()

        Gets the es6 singleton instance.

        Returns:

        the one and only instance of a ES5 browser